diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a6b2d77..38390c5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -2,7 +2,7 @@ name: Publish on: push: - branches: ['main'] + branches: ["main"] permissions: write-all @@ -10,8 +10,7 @@ jobs: qemu: runs-on: ubuntu-latest steps: - - - name: Set up QEMU + - name: Set up QEMU uses: docker/setup-qemu-action@v3 build: strategy: @@ -33,7 +32,9 @@ jobs: components: rustfmt, clippy - name: Install dependencies run: npm install + - name: Build + run: npm run build-release - name: Publish binaries run: npm run upload-binary env: - NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }} \ No newline at end of file + NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}