mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-18 17:56:57 +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
|
cp ./chsrc-aarch64-linux /artifacts
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: pre
|
tag_name: pre
|
||||||
files: |
|
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
|
cp ./chsrc-armv7-linux /artifacts
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: pre
|
tag_name: pre
|
||||||
files: |
|
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
|
cp ./chsrc-riscv64-linux /artifacts
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: pre
|
tag_name: pre
|
||||||
files: |
|
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
|
run: ls *-linux
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
tag_name: pre
|
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
|
run: ls *.exe
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
tag_name: pre
|
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
|
run: ls *-macos
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
tag_name: pre
|
tag_name: pre
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
run: ls *-macos
|
run: ls *-macos
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
tag_name: pre
|
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
|
- name: Upload to Releases (the 'pre' release) if is push event
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: pre
|
tag_name: pre
|
||||||
files: |
|
files: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user