fix(ci): add missing windows zip build target

pull/1253/head
Panagiotis Papadopoulos 2025-02-22 12:41:24 +07:00
parent 3bea6af20e
commit 36b0970835
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@ jobs:
extension: [deb, rpm, zip, flatpak]
- name: windows
image: windows-latest
extension: exe
extension: [exe, zip]
runs-on: ${{ matrix.os.image }}
steps:
- uses: actions/checkout@v4