Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 0a224c0

Browse files
committed
ci: re-enable linux + windows builds
1 parent c996746 commit 0a224c0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
fail-fast: false
7878
matrix:
7979
include:
80-
# - os: ubuntu-latest
81-
# platform: linux
82-
# arch: x64
83-
# artifacts: "dist/electron/Packaged/*.+(deb|rpm|tar.gz),dist/electron/Packaged/latest*.yml"
80+
- os: ubuntu-latest
81+
platform: linux
82+
arch: x64
83+
artifacts: "dist/electron/Packaged/*.+(deb|rpm|tar.gz),dist/electron/Packaged/latest*.yml"
8484
- os: macos-latest
8585
platform: darwin
8686
arch: arm64
@@ -89,10 +89,10 @@ jobs:
8989
platform: darwin
9090
arch: x64
9191
artifacts: "dist/electron/Packaged/*-x64-*.+(dmg|zip)"
92-
# - os: windows-latest
93-
# platform: win32
94-
# arch: x64
95-
# artifacts: "signed-build/*.exe,dist/electron/Packaged/latest.yml"
92+
- os: windows-latest
93+
platform: win32
94+
arch: x64
95+
artifacts: "signed-build/*.exe,dist/electron/Packaged/latest.yml"
9696
env:
9797
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}
9898

0 commit comments

Comments
 (0)