Skip to content

Commit 91ebfe6

Browse files
authored
Update release-alpine.yml
1 parent ee43020 commit 91ebfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: alpine.sh {0}
4141

4242
- name: Build
43-
run: CGO_ENABLED=1 GOOS=linux go build -a --ldflags '-linkmode external -extldflags "-static -s -w"' -o heplify .
43+
run: CGO_ENABLED=1 GOOS=linux go build -a --ldflags '-linkmode external -extldflags "-static -s -w"' -o ${{ steps.alpine-root.outputs.root-path }}/heplify .
4444
shell: alpine.sh {0}
4545

4646
- run: ls -alF ${{ steps.alpine-root.outputs.root-path }}/heplify

0 commit comments

Comments
 (0)