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

Commit 60da367

Browse files
authored
Merge pull request #1253 from TriliumNext/ci_fix-missing-windows-zip
fix(ci): add missing windows zip build target
2 parents 3bea6af + 36b0970 commit 60da367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
extension: [deb, rpm, zip, flatpak]
2727
- name: windows
2828
image: windows-latest
29-
extension: exe
29+
extension: [exe, zip]
3030
runs-on: ${{ matrix.os.image }}
3131
steps:
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)