Skip to content

Commit

Permalink
Only package linux binaries (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Dec 24, 2020
1 parent 1da1d37 commit 9557d45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Package Linux binaries
- name: Package Linux/Windows binaries
run: yarn run package:lw
run: yarn run package:l
# run: yarn run package:lw
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 9557d45

Please sign in to comment.