Skip to content

Commit 7543e67

Browse files
committed
Upgrade softprops/action-gh-release to v2
1 parent e2b6bb9 commit 7543e67

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build-on-Linux-AArch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cp ./chsrc-aarch64-linux /artifacts
4040
4141
- name: Upload
42-
uses: softprops/action-gh-release@v1
42+
uses: softprops/action-gh-release@v2
4343
with:
4444
tag_name: pre
4545
files: |

.github/workflows/build-on-Linux-ARMv7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cp ./chsrc-armv7-linux /artifacts
4040
4141
- name: Upload
42-
uses: softprops/action-gh-release@v1
42+
uses: softprops/action-gh-release@v2
4343
with:
4444
tag_name: pre
4545
files: |

.github/workflows/build-on-Linux-riscv64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cp ./chsrc-riscv64-linux /artifacts
4040
4141
- name: Upload
42-
uses: softprops/action-gh-release@v1
42+
uses: softprops/action-gh-release@v2
4343
with:
4444
tag_name: pre
4545
files: |

.github/workflows/build-on-Linux-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ls *-linux
3333

3434
- name: Upload
35-
uses: softprops/action-gh-release@v1
35+
uses: softprops/action-gh-release@v2
3636
# if: startsWith(github.ref, 'refs/tags/')
3737
with:
3838
tag_name: pre

.github/workflows/build-on-Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: ls *.exe
5454

5555
- name: Upload
56-
uses: softprops/action-gh-release@v1
56+
uses: softprops/action-gh-release@v2
5757
# if: startsWith(github.ref, 'refs/tags/')
5858
with:
5959
tag_name: pre

.github/workflows/build-on-macOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ls *-macos
3333

3434
- name: Upload
35-
uses: softprops/action-gh-release@v1
35+
uses: softprops/action-gh-release@v2
3636
# if: startsWith(github.ref, 'refs/tags/')
3737
with:
3838
tag_name: pre
@@ -56,7 +56,7 @@ jobs:
5656
run: ls *-macos
5757

5858
- name: Upload
59-
uses: softprops/action-gh-release@v1
59+
uses: softprops/action-gh-release@v2
6060
# if: startsWith(github.ref, 'refs/tags/')
6161
with:
6262
tag_name: pre

.github/workflows/pkg-DEB.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: Upload to Releases (the 'pre' release) if is push event
145145
if: github.event_name == 'push'
146-
uses: softprops/action-gh-release@v1
146+
uses: softprops/action-gh-release@v2
147147
with:
148148
tag_name: pre
149149
files: |

0 commit comments

Comments
 (0)