Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xyloflake authored Apr 27, 2024
1 parent 355a8d0 commit 97e1904
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
strategy:
matrix:
os:
- macos-latest
- windows-latest
- ubuntu-latest

Expand Down Expand Up @@ -79,15 +80,7 @@ jobs:
sudo apt install flatpak flatpak-builder libarchive-tools rpm -y
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Release Windows and MacOS
if: matrix.os == 'windows-latest'
env:
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: pnpm release --win --mac
- name: Release Linux
if: matrix.os == 'ubuntu-latest'
- name: Release
env:
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder
Expand Down

0 comments on commit 97e1904

Please sign in to comment.