mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-03-14 08:35:11 +08:00
Rename action variable
Some checks are pending
Publish AUR Package (chsrc-git) / publish (push) Waiting to run
Some checks are pending
Publish AUR Package (chsrc-git) / publish (push) Waiting to run
This commit is contained in:
parent
a033510c52
commit
7226eecf3d
2
.github/workflows/linux-aarch64.yml
vendored
2
.github/workflows/linux-aarch64.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
||||
tag_name: pre
|
||||
files: |
|
||||
./artifacts/chsrc-aarch64-linux
|
||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
||||
|
2
.github/workflows/linux-armv7.yml
vendored
2
.github/workflows/linux-armv7.yml
vendored
@ -33,5 +33,5 @@ jobs:
|
||||
tag_name: pre
|
||||
files: |
|
||||
./artifacts/chsrc-armv7-linux
|
||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
||||
|
||||
|
2
.github/workflows/linux-riscv64.yml
vendored
2
.github/workflows/linux-riscv64.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
||||
tag_name: pre
|
||||
files: |
|
||||
./artifacts/chsrc-riscv64-linux
|
||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
||||
|
2
.github/workflows/linux-x64.yml
vendored
2
.github/workflows/linux-x64.yml
vendored
@ -27,4 +27,4 @@ jobs:
|
||||
tag_name: pre
|
||||
files: |
|
||||
chsrc-x64-linux
|
||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
||||
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -50,4 +50,4 @@ jobs:
|
||||
files: |
|
||||
chsrc-x64-windows.exe
|
||||
chsrc-x86-windows.exe
|
||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
||||
|
@ -28,7 +28,7 @@
|
||||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
#define Chsrc_Version "0.1.9.8-dev1"
|
||||
#define Chsrc_Version "0.2.0-dev1"
|
||||
#define Chsrc_Release_Date "2024/12/18"
|
||||
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
||||
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user