Skip to content

Commit

Permalink
run build script correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 25, 2024
1 parent 53e07d0 commit 6c00960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: "22.x"
- name: Build binary
run: npm build
run: npm run build
- uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
node-version: "22.x"
- name: Build binary
run: npm build
run: npm run build
- uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
with:
node-version: "22.x"
- name: Build binary
run: npm build
run: npm run build
- uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
Expand Down

0 comments on commit 6c00960

Please sign in to comment.