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