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