Skip to content

Commit

Permalink
Build targers Mac & Win
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyEmelyanov committed May 13, 2020
1 parent f36e877 commit b4bd477
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
os: [windows-latest, macos-latest]

steps:
- name: Check out Git repository
Expand All @@ -25,9 +25,6 @@ jobs:
- name: Install deps
run: npm install

- name: Install snapcraft
run: sudo snap install snapcraft --classic

- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit b4bd477

Please sign in to comment.