mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-07 18:54:05 +08:00
Rename action variable
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
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
./artifacts/chsrc-aarch64-linux
|
./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
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
./artifacts/chsrc-armv7-linux
|
./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
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
./artifacts/chsrc-riscv64-linux
|
./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
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
chsrc-x64-linux
|
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
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
chsrc-aarch64-macos
|
chsrc-aarch64-macos
|
||||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
||||||
|
|
||||||
|
|
||||||
build-and-upload-on-x64:
|
build-and-upload-on-x64:
|
||||||
@ -51,4 +51,4 @@ jobs:
|
|||||||
tag_name: pre
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
chsrc-x64-macos
|
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: |
|
files: |
|
||||||
chsrc-x64-windows.exe
|
chsrc-x64-windows.exe
|
||||||
chsrc-x86-windows.exe
|
chsrc-x86-windows.exe
|
||||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
* 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_Release_Date "2024/12/18"
|
||||||
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
||||||
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user