Skip to content

Commit

Permalink
manually specify the arch to trigger husk post install
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 30, 2023
1 parent 7b73025 commit 2ff5d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm ci --no-audit

- name: Build
run: node release/build.js --target itch-setup --skip-signing
run: node release/build.js --target itch-setup --arch x86_64 --skip-signing

- name: Store
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2ff5d56

Please sign in to comment.