Rename action variable

This commit is contained in:
Aoran Zeng
2025-03-06 11:40:53 +08:00
parent a033510c52
commit 7226eecf3d
7 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ jobs:
tag_name: pre
files: |
chsrc-aarch64-macos
token: ${{ secrets.CHSRC_UPLOAD }}
token: ${{ secrets.UPLOAD_TO_GITHUB }}
build-and-upload-on-x64:
@@ -51,4 +51,4 @@ jobs:
tag_name: pre
files: |
chsrc-x64-macos
token: ${{ secrets.CHSRC_UPLOAD }}
token: ${{ secrets.UPLOAD_TO_GITHUB }}