Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
fix: fix pre-built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
starsprung committed Jan 3, 2021
1 parent 8ea874a commit 9eec42a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
env:
HUSKY_SKIP_INSTALL: 1

- name: Package
if: ${{ github.event.workflow_run.conclusion == 'success' }}
run: npm run build && npm run pkg

- name: Release
if: ${{ github.event.workflow_run.conclusion == 'success' }}
env:
Expand Down

0 comments on commit 9eec42a

Please sign in to comment.