Skip to content

Commit

Permalink
Correcting windows make workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Soryyyn committed Nov 2, 2022
1 parent 37395f1 commit 466e945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
os: [macOS-latest, ubuntu-latest, windows-latest]
arch: [x64, arm64]
include:
- os: windows-latest
arch: ia32
- os: ubuntu-latest
arch: arm64
exclude:
- os: windows-latest
arch: arm64
- os: macOS-latest
arch: arm64
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
Expand Down
4 changes: 2 additions & 2 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
makers: [
{
name: "@electron-forge/maker-squirrel",
platforms: ["win64"],
platforms: ["win32"],
config: {
name: "drop-farmer",
authors: "Soryn Bächli",
Expand All @@ -31,7 +31,7 @@ module.exports = {
},
{
name: "@electron-forge/maker-zip",
platforms: ["darwin", "win32"],
platforms: ["darwin"],
},
],
publishers: [
Expand Down

0 comments on commit 466e945

Please sign in to comment.