Skip to content

Commit c762033

Browse files
committed
Update build tag
1 parent 9fee68b commit c762033

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/linux-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Release
3131
uses: softprops/action-gh-release@v1
3232
with:
33-
tag_name: latest
33+
tag_name: pre
3434
files: |
3535
./artifacts/chsrc-aarch64-linux
3636
token: ${{ secrets.CHSRC_UPLOAD }}

.github/workflows/linux-armv7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Release
3131
uses: softprops/action-gh-release@v1
3232
with:
33-
tag_name: latest
33+
tag_name: pre
3434
files: |
3535
./artifacts/chsrc-armv7-linux
3636
token: ${{ secrets.CHSRC_UPLOAD }}

.github/workflows/linux-riscv64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Release
3131
uses: softprops/action-gh-release@v1
3232
with:
33-
tag_name: latest
33+
tag_name: pre
3434
files: |
3535
./artifacts/chsrc-riscv64-linux
3636
token: ${{ secrets.CHSRC_UPLOAD }}

.github/workflows/linux-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: softprops/action-gh-release@v1
2525
# if: startsWith(github.ref, 'refs/tags/')
2626
with:
27-
tag_name: latest
27+
tag_name: pre
2828
files: |
2929
chsrc-x64-linux
3030
token: ${{ secrets.CHSRC_UPLOAD }}

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: softprops/action-gh-release@v1
2525
# if: startsWith(github.ref, 'refs/tags/')
2626
with:
27-
tag_name: latest
27+
tag_name: pre
2828
files: |
2929
chsrc-aarch64-macos
3030
token: ${{ secrets.CHSRC_UPLOAD }}
@@ -48,7 +48,7 @@ jobs:
4848
uses: softprops/action-gh-release@v1
4949
# if: startsWith(github.ref, 'refs/tags/')
5050
with:
51-
tag_name: latest
51+
tag_name: pre
5252
files: |
5353
chsrc-x64-macos
5454
token: ${{ secrets.CHSRC_UPLOAD }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: softprops/action-gh-release@v1
4747
# if: startsWith(github.ref, 'refs/tags/')
4848
with:
49-
tag_name: latest
49+
tag_name: pre
5050
files: |
5151
chsrc-x64-windows.exe
5252
chsrc-x86-windows.exe

0 commit comments

Comments
 (0)