在发行版标签后面添加架构后缀
This commit is contained in:
2
.github/workflows/build-istoreos-x86.yml
vendored
2
.github/workflows/build-istoreos-x86.yml
vendored
@@ -177,7 +177,7 @@ jobs:
|
||||
id: tag
|
||||
if: steps.compile.outputs.status == 'success' && env.UPLOAD_RELEASE == 'true' && !cancelled()
|
||||
run: |
|
||||
echo "release_tag=$(date +"%Y.%m.%d-%H.%M")" >> ${GITHUB_OUTPUT}
|
||||
echo "release_tag=$(date +"%Y.%m.%d-%H.%M")-${{ matrix.ARCHITECTURE }}" >> ${GITHUB_OUTPUT}
|
||||
touch release.txt
|
||||
echo "
|
||||
💻 架构: ${{ matrix.ARCHITECTURE }}
|
||||
|
||||
2
.github/workflows/build-istoreos.yml
vendored
2
.github/workflows/build-istoreos.yml
vendored
@@ -177,7 +177,7 @@ jobs:
|
||||
id: tag
|
||||
if: steps.compile.outputs.status == 'success' && env.UPLOAD_RELEASE == 'true' && !cancelled()
|
||||
run: |
|
||||
echo "release_tag=$(date +"%Y.%m.%d-%H.%M")" >> ${GITHUB_OUTPUT}
|
||||
echo "release_tag=$(date +"%Y.%m.%d-%H.%M")-${{ matrix.ARCHITECTURE }}" >> ${GITHUB_OUTPUT}
|
||||
touch release.txt
|
||||
echo "
|
||||
💻 架构: ${{ matrix.ARCHITECTURE }}
|
||||
|
||||
1
.github/workflows/sync-files.yml
vendored
1
.github/workflows/sync-files.yml
vendored
@@ -16,7 +16,6 @@ jobs:
|
||||
- name: 下载架构编译配置文件
|
||||
run: |
|
||||
mkdir -p ./rk35xx
|
||||
rm -f ./rk35xx/.config
|
||||
wget -O ./rk35xx/feeds.conf https://fw0.koolcenter.com/iStoreOS-22.03/station-p2/feeds.conf --no-check-certificate
|
||||
wget -O ./rk35xx/.config https://fw0.koolcenter.com/iStoreOS-22.03/station-p2/config.buildinfo --no-check-certificate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user