Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkshiift committed May 9, 2024
1 parent f69c31e commit 5947c03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
arch: "--x64 --arm64 --armv7l"
- name: win
runner: windows-latest
targets: "NSIS zip"
targets: "zip"
arch: "--x64 --ia32 --arm64"
- name: mac
runner: macos-latest
Expand All @@ -43,6 +43,9 @@ jobs:
- name: Install Node dependencies
run: pnpm install --frozen-lockfile

- name: Install electron-builder globally
run: pnpm add electron-builder -g

- name: Build GoofCord
run: pnpm run build

Expand Down

0 comments on commit 5947c03

Please sign in to comment.