Skip to content

Commit

Permalink
update.,../..ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Dec 17, 2020
1 parent 45912eb commit aecdabf
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,8 +43,8 @@ jobs:
mkdir build/linux_amd64
echo $CGO_LDFLAGS
GOOS=linux GOARCH=amd64 go build -x -v -o build/linux_amd64/tanem $B_CLINAME
zip -r ./tanem-linux-amd64-lib.zip --junk-paths "$B_LIBSFILE"
zip -r ./tanem-linux-amd64.zip --junk-paths build/linux_amd64/*
zip -r ./tanem-linux-amd64-lib.zip --junk-paths "$B_CLIDIR/deps/lib/*"
- name: Create Release
id: create_release
Expand Down

0 comments on commit aecdabf

Please sign in to comment.