Skip to content

Commit 7226eec

Browse files
committed
Rename action variable
1 parent a033510 commit 7226eec

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/linux-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
tag_name: pre
3434
files: |
3535
./artifacts/chsrc-aarch64-linux
36-
token: ${{ secrets.CHSRC_UPLOAD }}
36+
token: ${{ secrets.UPLOAD_TO_GITHUB }}

.github/workflows/linux-armv7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
tag_name: pre
3434
files: |
3535
./artifacts/chsrc-armv7-linux
36-
token: ${{ secrets.CHSRC_UPLOAD }}
36+
token: ${{ secrets.UPLOAD_TO_GITHUB }}
3737

.github/workflows/linux-riscv64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
tag_name: pre
3434
files: |
3535
./artifacts/chsrc-riscv64-linux
36-
token: ${{ secrets.CHSRC_UPLOAD }}
36+
token: ${{ secrets.UPLOAD_TO_GITHUB }}

.github/workflows/linux-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
tag_name: pre
2828
files: |
2929
chsrc-x64-linux
30-
token: ${{ secrets.CHSRC_UPLOAD }}
30+
token: ${{ secrets.UPLOAD_TO_GITHUB }}

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
tag_name: pre
2828
files: |
2929
chsrc-aarch64-macos
30-
token: ${{ secrets.CHSRC_UPLOAD }}
30+
token: ${{ secrets.UPLOAD_TO_GITHUB }}
3131

3232

3333
build-and-upload-on-x64:
@@ -51,4 +51,4 @@ jobs:
5151
tag_name: pre
5252
files: |
5353
chsrc-x64-macos
54-
token: ${{ secrets.CHSRC_UPLOAD }}
54+
token: ${{ secrets.UPLOAD_TO_GITHUB }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
files: |
5151
chsrc-x64-windows.exe
5252
chsrc-x86-windows.exe
53-
token: ${{ secrets.CHSRC_UPLOAD }}
53+
token: ${{ secrets.UPLOAD_TO_GITHUB }}

src/chsrc-main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* chsrc: Change Source —— 全平台通用命令行换源工具
2929
* ------------------------------------------------------------*/
3030

31-
#define Chsrc_Version "0.1.9.8-dev1"
31+
#define Chsrc_Version "0.2.0-dev1"
3232
#define Chsrc_Release_Date "2024/12/18"
3333
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
3434
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"

0 commit comments

Comments
 (0)