Skip to content

Commit 2a427e9

Browse files
authored
Update upload-release-action to v2
1 parent ab2363d commit 2a427e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: build/*/*.zip
4141
- name: Upload to Release
4242
if: github.event_name == 'release'
43-
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
43+
uses: svenstaro/upload-release-action@v2
4444
with:
4545
repo_token: ${{ secrets.GITHUB_TOKEN }}
4646
file: build/*/*.zip

0 commit comments

Comments
 (0)