在发行版标签后面添加架构后缀

This commit is contained in:
519561910@qq.com
2025-07-26 21:42:11 +08:00
parent cd112e53bc
commit 7bc13ac283
3 changed files with 2 additions and 3 deletions

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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