Skip to content

Commit 6e5d57e

Browse files
committed
Fix build script
1 parent 8487fe5 commit 6e5d57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
allow_override: true
5555

5656
- name: Upload package to release
57-
uses: svenstaro/upload-release-action@v1-release
57+
uses: svenstaro/upload-release-action@v2
5858
with:
5959
repo_token: ${{ secrets.GITHUB_TOKEN }}
6060
tag: ${{ steps.tagname.outputs.tag }}

0 commit comments

Comments
 (0)