Skip to content

Commit

Permalink
build 32-bit releases for linux and windows on publish
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
  • Loading branch information
MasterOdin committed Sep 20, 2020
1 parent 9583088 commit ebbc059
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ jobs:
- run: npm run dist
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
if: ${{ matrix.os == 'macos-latest' }}

- run: npm run dist:all-arch
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
if: ${{ matrix.os != 'macos-latest' }}

0 comments on commit ebbc059

Please sign in to comment.