Skip to content

Commit

Permalink
Update upload-release-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vandroiy2013 authored Aug 5, 2024
1 parent 664c308 commit cb5fc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Upload to Release
if: github.event_name == 'release' && github.repository_owner == 'acidanthera'
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/*/*.dmg
Expand Down

0 comments on commit cb5fc8a

Please sign in to comment.