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
huderlem committed Aug 15, 2024
1 parent 0ca9e92 commit c01a8e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
args: zip -r poryscript-linux.zip poryscript-linux

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: poryscript-linux.zip
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: zip -r poryscript-mac.zip poryscript-mac

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: poryscript-mac.zip
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
run: powershell.exe -Command "Compress-Archive -Path poryscript-windows -DestinationPath poryscript-windows.zip"

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: poryscript-windows.zip
Expand Down

0 comments on commit c01a8e6

Please sign in to comment.