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 9b19719Copy full SHA for 9b19719
.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@cd8e7cbf67456e30da904d9dd06c146632cb868c # v2
27
with:
28
repo_token: ${{ secrets.GITHUB_TOKEN }}
29
file: ./natives/*
0 commit comments