Install zip on windows to be able to pacakge it

This commit is contained in:
2025-08-03 12:27:30 +03:00
parent 0ad73b2d2a
commit 7ed248cce9

View File

@@ -57,6 +57,13 @@ jobs:
with:
go-version: stable
- name: Install `zip` on Windows
if: runner.os == 'Windows'
shell: powershell
run: |
choco install zip -y
refreshenv # ensures zip.exe is in PATH for subsequent Bash steps
- name: Build binary
shell: bash
run: |