From 6c00960f2c5446053bb050eda0adceda74b9eb0b Mon Sep 17 00:00:00 2001 From: Ashton Eby Date: Fri, 25 Oct 2024 12:28:03 -0700 Subject: [PATCH] run build script correctly --- .github/workflows/build-binaries.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.