Skip to content

Commit

Permalink
bin upload workflow: trigger build using npm in order to get node-pre…
Browse files Browse the repository at this point in the history
…-gyp into PATH
  • Loading branch information
fde31 committed May 1, 2024
1 parent 1470492 commit fa33406
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.NODE_PRE_GYP_AWS_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.NODE_PRE_GYP_AWS_KEY }}
run: |
sh ./utils/build.sh
run: npm run build

0 comments on commit fa33406

Please sign in to comment.