Skip to content

Commit

Permalink
🐛 Fix flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jan 11, 2024
1 parent 8079d87 commit bc4b517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
npm install
- name: Create x64 Release
run: |
npm run make
npm run make -- --arch=x64
- name: Create arm64 Release
run: |
npm run make -- --arch=x64
npm run make -- --arch=arm64

0 comments on commit bc4b517

Please sign in to comment.