File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
tar -cJf ${{ github.ref_name }}-cmake.tar.xz ${{ github.ref_name }}
28
28
sha256sum ${{ github.ref_name }}-cmake.tar.xz > ${{ github.ref_name }}-cmake.tar.xz.txt
29
29
30
- - uses : softprops/action-gh-release@v1
30
+ - uses : softprops/action-gh-release@v2
31
31
with :
32
32
files : |
33
33
${{ github.ref_name }}-cmake.tar.gz
59
59
7z a ${{ github.ref_name }}-cmake.7z ${{ github.ref_name }}
60
60
sha256sum ${{ github.ref_name }}-cmake.7z > ${{ github.ref_name }}-cmake.7z.txt
61
61
62
- - uses : softprops/action-gh-release@v1
62
+ - uses : softprops/action-gh-release@v2
63
63
with :
64
64
files : |
65
65
${{ github.ref_name }}-cmake.zip
99
99
tar -cJf ${{ github.ref_name }}-b2-nodocs.tar.xz ${{ github.ref_name }}
100
100
sha256sum ${{ github.ref_name }}-b2-nodocs.tar.xz > ${{ github.ref_name }}-b2-nodocs.tar.xz.txt
101
101
102
- - uses : softprops/action-gh-release@v1
102
+ - uses : softprops/action-gh-release@v2
103
103
with :
104
104
files : |
105
105
${{ github.ref_name }}-b2-nodocs.tar.gz
@@ -140,7 +140,7 @@ jobs:
140
140
7z a ${{ github.ref_name }}-b2-nodocs.7z ${{ github.ref_name }}
141
141
sha256sum ${{ github.ref_name }}-b2-nodocs.7z > ${{ github.ref_name }}-b2-nodocs.7z.txt
142
142
143
- - uses : softprops/action-gh-release@v1
143
+ - uses : softprops/action-gh-release@v2
144
144
with :
145
145
files : |
146
146
${{ github.ref_name }}-b2-nodocs.zip
You can’t perform that action at this time.
0 commit comments