Skip to content

Commit

Permalink
testing release for other OS
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent aab7d4f commit d3d1c75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- name: Check out Git repository
Expand Down Expand Up @@ -54,5 +54,3 @@ jobs:
dist_electron//*.snap
dist_electron//*.deb
dist_electron//*.rpm
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit d3d1c75

Please sign in to comment.