We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee43020 commit 91ebfe6Copy full SHA for 91ebfe6
.github/workflows/release-alpine.yml
@@ -40,7 +40,7 @@ jobs:
40
shell: alpine.sh {0}
41
42
- name: Build
43
- run: CGO_ENABLED=1 GOOS=linux go build -a --ldflags '-linkmode external -extldflags "-static -s -w"' -o heplify .
+ run: CGO_ENABLED=1 GOOS=linux go build -a --ldflags '-linkmode external -extldflags "-static -s -w"' -o ${{ steps.alpine-root.outputs.root-path }}/heplify .
44
45
46
- run: ls -alF ${{ steps.alpine-root.outputs.root-path }}/heplify
0 commit comments