mirror of
https://github.com/RubyMetric/chsrc
synced 2025-09-14 15:05:03 +08:00
使用默认值
This commit is contained in:
parent
a7989d3131
commit
d1149d8d00
1
.github/workflows/build-on-Linux-AArch64.yml
vendored
1
.github/workflows/build-on-Linux-AArch64.yml
vendored
@ -45,4 +45,3 @@ jobs:
|
|||||||
tag_name: pre
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
./artifacts/chsrc-aarch64-linux
|
./artifacts/chsrc-aarch64-linux
|
||||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
|
||||||
|
2
.github/workflows/build-on-Linux-ARMv7.yml
vendored
2
.github/workflows/build-on-Linux-ARMv7.yml
vendored
@ -45,5 +45,3 @@ jobs:
|
|||||||
tag_name: pre
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
./artifacts/chsrc-armv7-linux
|
./artifacts/chsrc-armv7-linux
|
||||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
|
||||||
|
|
||||||
|
1
.github/workflows/build-on-Linux-riscv64.yml
vendored
1
.github/workflows/build-on-Linux-riscv64.yml
vendored
@ -45,4 +45,3 @@ jobs:
|
|||||||
tag_name: pre
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
./artifacts/chsrc-riscv64-linux
|
./artifacts/chsrc-riscv64-linux
|
||||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
|
||||||
|
1
.github/workflows/build-on-macOS.yml
vendored
1
.github/workflows/build-on-macOS.yml
vendored
@ -45,7 +45,6 @@ jobs:
|
|||||||
tag_name: pre
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
chsrc-aarch64-macos
|
chsrc-aarch64-macos
|
||||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
|
||||||
|
|
||||||
|
|
||||||
on-x64:
|
on-x64:
|
||||||
|
2
.github/workflows/pkg-deb.yml
vendored
2
.github/workflows/pkg-deb.yml
vendored
@ -133,7 +133,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# 用 * 省略版本号,以及指代各种架构
|
# 用 * 省略版本号,以及指代各种架构
|
||||||
files: dist/chsrc_*.deb
|
files: dist/chsrc_*.deb
|
||||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
|
||||||
|
|
||||||
- name: 上传附件到GitHub Releases(the 'pre' release)
|
- name: 上传附件到GitHub Releases(the 'pre' release)
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
@ -142,7 +141,6 @@ jobs:
|
|||||||
tag_name: pre
|
tag_name: pre
|
||||||
# 用 * 指代各种架构
|
# 用 * 指代各种架构
|
||||||
files: dist-for-pre/chsrc_latest-1_*.deb
|
files: dist-for-pre/chsrc_latest-1_*.deb
|
||||||
token: ${{ secrets.UPLOAD_TO_GITHUB }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user