Skip to content

Commit

Permalink
Update action-gh-release to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed May 29, 2024
1 parent 4bda6d7 commit 5f010a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
tar -cJf ${{ github.ref_name }}-cmake.tar.xz ${{ github.ref_name }}
sha256sum ${{ github.ref_name }}-cmake.tar.xz > ${{ github.ref_name }}-cmake.tar.xz.txt
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
files: |
${{ github.ref_name }}-cmake.tar.gz
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
7z a ${{ github.ref_name }}-cmake.7z ${{ github.ref_name }}
sha256sum ${{ github.ref_name }}-cmake.7z > ${{ github.ref_name }}-cmake.7z.txt
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
files: |
${{ github.ref_name }}-cmake.zip
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
tar -cJf ${{ github.ref_name }}-b2-nodocs.tar.xz ${{ github.ref_name }}
sha256sum ${{ github.ref_name }}-b2-nodocs.tar.xz > ${{ github.ref_name }}-b2-nodocs.tar.xz.txt
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
files: |
${{ github.ref_name }}-b2-nodocs.tar.gz
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
7z a ${{ github.ref_name }}-b2-nodocs.7z ${{ github.ref_name }}
sha256sum ${{ github.ref_name }}-b2-nodocs.7z > ${{ github.ref_name }}-b2-nodocs.7z.txt
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
files: |
${{ github.ref_name }}-b2-nodocs.zip
Expand Down

0 comments on commit 5f010a4

Please sign in to comment.