mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Install zip on windows to be able to pacakge it
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user