Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
addyire committed Nov 29, 2021
1 parent 2e75b05 commit 021e2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- name: Check out Git repository
Expand All @@ -26,7 +26,7 @@ jobs:
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}

args: "--x64 --arm64"
args: "--x64 --arm64 --win"

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
Expand Down

0 comments on commit 021e2a0

Please sign in to comment.