Skip to content

Commit

Permalink
Try updated old action
Browse files Browse the repository at this point in the history
  • Loading branch information
Reddiepoint committed Jan 1, 2025
1 parent 7f88e91 commit 2341f6a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
7z a -mx9 MultiUp-Direct.zip MultiUp-Direct.exe
- name: Release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/release/MultiUp-Direct.zip
env:
Expand All @@ -54,7 +55,8 @@ jobs:
zip -9 MultiUp-Direct_amd64.zip MultiUp-Direct_amd64
- name: Release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/release/MultiUp-Direct_amd64.zip
env:
Expand All @@ -79,7 +81,8 @@ jobs:
zip -9 MultiUp-Direct_darwin.zip MultiUp-Direct_darwin
- name: Release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/release/MultiUp-Direct_darwin.zip
env:
Expand Down

0 comments on commit 2341f6a

Please sign in to comment.