We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0355b21 commit fe8f7a1Copy full SHA for fe8f7a1
.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@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
27
with:
28
repo_token: ${{ secrets.GITHUB_TOKEN }}
29
file: ./natives/*
0 commit comments