使用默认值

This commit is contained in:
Aoran Zeng
2025-09-12 20:55:59 +08:00
parent a7989d3131
commit d1149d8d00
5 changed files with 0 additions and 7 deletions

View File

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