mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-29 20:49:36 +08:00
Update build tag
This commit is contained in:
parent
9fee68b30a
commit
c762033b81
2
.github/workflows/linux-aarch64.yml
vendored
2
.github/workflows/linux-aarch64.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: latest
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
./artifacts/chsrc-aarch64-linux
|
./artifacts/chsrc-aarch64-linux
|
||||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||||
|
2
.github/workflows/linux-armv7.yml
vendored
2
.github/workflows/linux-armv7.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: latest
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
./artifacts/chsrc-armv7-linux
|
./artifacts/chsrc-armv7-linux
|
||||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||||
|
2
.github/workflows/linux-riscv64.yml
vendored
2
.github/workflows/linux-riscv64.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: latest
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
./artifacts/chsrc-riscv64-linux
|
./artifacts/chsrc-riscv64-linux
|
||||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||||
|
2
.github/workflows/linux-x64.yml
vendored
2
.github/workflows/linux-x64.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
tag_name: latest
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
chsrc-x64-linux
|
chsrc-x64-linux
|
||||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||||
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
tag_name: latest
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
chsrc-aarch64-macos
|
chsrc-aarch64-macos
|
||||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
tag_name: latest
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
chsrc-x64-macos
|
chsrc-x64-macos
|
||||||
token: ${{ secrets.CHSRC_UPLOAD }}
|
token: ${{ secrets.CHSRC_UPLOAD }}
|
||||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
tag_name: latest
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
chsrc-x64-windows.exe
|
chsrc-x64-windows.exe
|
||||||
chsrc-x86-windows.exe
|
chsrc-x86-windows.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user