mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-18 01:27:00 +08:00
Upgrade softprops/action-gh-release
to v2
This commit is contained in:
parent
e2b6bb9233
commit
7543e67920
2
.github/workflows/build-on-Linux-AArch64.yml
vendored
2
.github/workflows/build-on-Linux-AArch64.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
cp ./chsrc-aarch64-linux /artifacts
|
||||
|
||||
- name: Upload
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: pre
|
||||
files: |
|
||||
|
2
.github/workflows/build-on-Linux-ARMv7.yml
vendored
2
.github/workflows/build-on-Linux-ARMv7.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
cp ./chsrc-armv7-linux /artifacts
|
||||
|
||||
- name: Upload
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: pre
|
||||
files: |
|
||||
|
2
.github/workflows/build-on-Linux-riscv64.yml
vendored
2
.github/workflows/build-on-Linux-riscv64.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
cp ./chsrc-riscv64-linux /artifacts
|
||||
|
||||
- name: Upload
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: pre
|
||||
files: |
|
||||
|
2
.github/workflows/build-on-Linux-x64.yml
vendored
2
.github/workflows/build-on-Linux-x64.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
run: ls *-linux
|
||||
|
||||
- name: Upload
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
tag_name: pre
|
||||
|
2
.github/workflows/build-on-Windows.yml
vendored
2
.github/workflows/build-on-Windows.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
run: ls *.exe
|
||||
|
||||
- name: Upload
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
tag_name: pre
|
||||
|
4
.github/workflows/build-on-macOS.yml
vendored
4
.github/workflows/build-on-macOS.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
run: ls *-macos
|
||||
|
||||
- name: Upload
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
tag_name: pre
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
run: ls *-macos
|
||||
|
||||
- name: Upload
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
tag_name: pre
|
||||
|
2
.github/workflows/pkg-DEB.yml
vendored
2
.github/workflows/pkg-DEB.yml
vendored
@ -143,7 +143,7 @@ jobs:
|
||||
|
||||
- name: Upload to Releases (the 'pre' release) if is push event
|
||||
if: github.event_name == 'push'
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: pre
|
||||
files: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user