We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0355b21 commit 85ae073Copy full SHA for 85ae073
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: npm run build
24
- run: npm run build:executable
25
- name: Upload binaries to release
26
- uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575 # tag=v2
+ uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc # v2
27
with:
28
repo_token: ${{ secrets.GITHUB_TOKEN }}
29
file: ./natives/*
0 commit comments