Skip to content

Commit

Permalink
upd ci,,.
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Dec 17, 2020
1 parent 85a13fb commit 7df8f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
mkdir build/linux_amd64
cp -a "./cli/deps/lib" build/linux_amd64/lib
GOOS=linux GOARCH=amd64 go build -v -o build/linux_amd64/tanem $B_CLINAME
GOOS=linux GOARCH=amd64 go build -x -v -o build/linux_amd64/tanem $B_CLINAME
zip -r ./tanem-linux-amd64.zip --junk-paths build/linux_amd64/*
- name: Create Release
Expand Down

0 comments on commit 7df8f3b

Please sign in to comment.