使用默认值

This commit is contained in:
Aoran Zeng 2025-09-12 20:55:59 +08:00
parent a7989d3131
commit d1149d8d00
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
5 changed files with 0 additions and 7 deletions

View File

@ -45,4 +45,3 @@ jobs:
tag_name: pre tag_name: pre
files: | files: |
./artifacts/chsrc-aarch64-linux ./artifacts/chsrc-aarch64-linux
token: ${{ secrets.UPLOAD_TO_GITHUB }}

View File

@ -45,5 +45,3 @@ jobs:
tag_name: pre tag_name: pre
files: | files: |
./artifacts/chsrc-armv7-linux ./artifacts/chsrc-armv7-linux
token: ${{ secrets.UPLOAD_TO_GITHUB }}

View File

@ -45,4 +45,3 @@ jobs:
tag_name: pre tag_name: pre
files: | files: |
./artifacts/chsrc-riscv64-linux ./artifacts/chsrc-riscv64-linux
token: ${{ secrets.UPLOAD_TO_GITHUB }}

View File

@ -45,7 +45,6 @@ jobs:
tag_name: pre tag_name: pre
files: | files: |
chsrc-aarch64-macos chsrc-aarch64-macos
token: ${{ secrets.UPLOAD_TO_GITHUB }}
on-x64: on-x64:

View File

@ -133,7 +133,6 @@ jobs:
with: with:
# 用 * 省略版本号,以及指代各种架构 # 用 * 省略版本号,以及指代各种架构
files: dist/chsrc_*.deb files: dist/chsrc_*.deb
token: ${{ secrets.UPLOAD_TO_GITHUB }}
- name: 上传附件到GitHub Releases(the 'pre' release) - name: 上传附件到GitHub Releases(the 'pre' release)
if: github.event_name == 'push' if: github.event_name == 'push'
@ -142,7 +141,6 @@ jobs:
tag_name: pre tag_name: pre
# 用 * 指代各种架构 # 用 * 指代各种架构
files: dist-for-pre/chsrc_latest-1_*.deb files: dist-for-pre/chsrc_latest-1_*.deb
token: ${{ secrets.UPLOAD_TO_GITHUB }}