From d3d1c755df0e5dd01ad62b5e494f3dbbc8dbaeab Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Mon, 12 Feb 2024 10:38:09 -0500 Subject: [PATCH] testing release for other OS --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 190a771..cea84a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Check out Git repository @@ -54,5 +54,3 @@ jobs: dist_electron//*.snap dist_electron//*.deb dist_electron//*.rpm - env: - GH_TOKEN: ${{ secrets.GH_TOKEN }}