Skip to content

Commit 5f010a4

Browse files
committed
Update action-gh-release to v2
1 parent 4bda6d7 commit 5f010a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
tar -cJf ${{ github.ref_name }}-cmake.tar.xz ${{ github.ref_name }}
2828
sha256sum ${{ github.ref_name }}-cmake.tar.xz > ${{ github.ref_name }}-cmake.tar.xz.txt
2929
30-
- uses: softprops/action-gh-release@v1
30+
- uses: softprops/action-gh-release@v2
3131
with:
3232
files: |
3333
${{ github.ref_name }}-cmake.tar.gz
@@ -59,7 +59,7 @@ jobs:
5959
7z a ${{ github.ref_name }}-cmake.7z ${{ github.ref_name }}
6060
sha256sum ${{ github.ref_name }}-cmake.7z > ${{ github.ref_name }}-cmake.7z.txt
6161
62-
- uses: softprops/action-gh-release@v1
62+
- uses: softprops/action-gh-release@v2
6363
with:
6464
files: |
6565
${{ github.ref_name }}-cmake.zip
@@ -99,7 +99,7 @@ jobs:
9999
tar -cJf ${{ github.ref_name }}-b2-nodocs.tar.xz ${{ github.ref_name }}
100100
sha256sum ${{ github.ref_name }}-b2-nodocs.tar.xz > ${{ github.ref_name }}-b2-nodocs.tar.xz.txt
101101
102-
- uses: softprops/action-gh-release@v1
102+
- uses: softprops/action-gh-release@v2
103103
with:
104104
files: |
105105
${{ github.ref_name }}-b2-nodocs.tar.gz
@@ -140,7 +140,7 @@ jobs:
140140
7z a ${{ github.ref_name }}-b2-nodocs.7z ${{ github.ref_name }}
141141
sha256sum ${{ github.ref_name }}-b2-nodocs.7z > ${{ github.ref_name }}-b2-nodocs.7z.txt
142142
143-
- uses: softprops/action-gh-release@v1
143+
- uses: softprops/action-gh-release@v2
144144
with:
145145
files: |
146146
${{ github.ref_name }}-b2-nodocs.zip

0 commit comments

Comments
 (0)