Skip to content

Commit

Permalink
🐛 Fix action Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed May 27, 2024
1 parent 886e25c commit 0319b70
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

- name: Pre-build
run: npm run build:release -- --pre-build
run: npm run build -- --pre-build

- uses: actions/upload-artifact@v4
name: Upload artifact
Expand Down Expand Up @@ -75,7 +72,7 @@ jobs:
apt update && apt install -y nodejs
run: |
npm i
npm run build:release -- --only-build
npm run build:release -- --pkg
- name: Node.js ${{ matrix.node-version }}
if: matrix.arch == 'x64'
Expand All @@ -91,7 +88,7 @@ jobs:

- name: Build Release
if: matrix.arch == 'x64'
run: npm run build:release -- --only-build
run: npm run build:release -- --pkg

- uses: actions/upload-artifact@v4
name: Upload artifact
Expand Down

0 comments on commit 0319b70

Please sign in to comment.