Skip to content

Commit

Permalink
Disable publish 32-bit linux binaries
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 Feb 1, 2022
1 parent 789ebf9 commit 7786dd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,15 @@ jobs:
- run: npm test

- run: npm run dist
if: runner.os == 'macOS'
if: runner.os != 'Windows'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
CSC_LINK: ${{ secrets.APPLE_CERT_BASE64 }}
CSC_KEY_PASSWORD: ${{ secrets.APPLE_CERT_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}


- run: npm run dist:all-arch
if: runner.os != 'macOS'
if: runner.os == 'Windows'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 7786dd0

Please sign in to comment.