Skip to content

Commit e63f16e

Browse files
committed
Install zip in release
1 parent 9b8cc68 commit e63f16e

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: build
2323
uses: docker://golang:1
2424
with:
25-
args: /bin/bash -c "go get github.com/mitchellh/gox && ./scripts/dist.sh"
25+
args: /bin/bash -c "apt-get update && apt-get install -y zip && go get github.com/mitchellh/gox && ./scripts/dist.sh"
2626
env:
2727
XDG_CACHE_HOME: /tmp/.cache
2828
HOME: /tmp/buildhome

0 commit comments

Comments
 (0)