diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 1110a7dd..16f821e6 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -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. @@ -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. @@ -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.