We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e158d commit f68e8a5Copy full SHA for f68e8a5
.github/workflows/go.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Build linux amd64
43
run: |
44
mkdir build/linux_amd64
45
+ cp -a "./cli/deps/lib" build/linux_amd64/lib
46
GOOS=linux GOARCH=amd64 go build -x -v -o build/linux_amd64/tanem $CLINAME
47
zip -r ./tanem-linux-amd64.zip --junk-paths build/linux_amd64/*
48
0 commit comments