Skip to content

Commit

Permalink
fix: build index.node in publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Sep 3, 2024
1 parent 40a45e7 commit 6a1b677
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: Publish

on:
push:
branches: ['main']
branches: ["main"]

permissions: write-all

jobs:
qemu:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
build:
strategy:
Expand All @@ -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 }}
NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}

0 comments on commit 6a1b677

Please sign in to comment.