Skip to content

Commit

Permalink
update.,
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Dec 17, 2020
1 parent 076ce8c commit 5043ace
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:
mkdir build/linux_amd64
cp -a "./cli/deps/lib" build/linux_amd64/lib
echo $CGO_LDFLAGS
GOOS=linux GOARCH=amd64 go build -x -v -o build/linux_amd64/tanem cli/tanem.go
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 5043ace

Please sign in to comment.