Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Dec 17, 2020
1 parent 71e158d commit f68e8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Build linux amd64
run: |
mkdir build/linux_amd64
cp -a "./cli/deps/lib" build/linux_amd64/lib
GOOS=linux GOARCH=amd64 go build -x -v -o build/linux_amd64/tanem $CLINAME
zip -r ./tanem-linux-amd64.zip --junk-paths build/linux_amd64/*
Expand Down

0 comments on commit f68e8a5

Please sign in to comment.