Skip to content

Commit ee43020

Browse files
authored
Update release-alpine.yml
1 parent 2330c8a commit ee43020

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-alpine.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: jirutka/setup-alpine@v1
1919
with:
2020
arch: x86_64
21+
id: alpine-root
2122
packages: >
2223
build-base
2324
pkgconf
@@ -39,5 +40,7 @@ jobs:
3940
shell: alpine.sh {0}
4041

4142
- name: Build
42-
run: CGO_ENABLED=1 GOOS=linux go build -a --ldflags '-linkmode external -extldflags "-static -s -w"' -o /home/runner/work/heplify .
43+
run: CGO_ENABLED=1 GOOS=linux go build -a --ldflags '-linkmode external -extldflags "-static -s -w"' -o heplify .
4344
shell: alpine.sh {0}
45+
46+
- run: ls -alF ${{ steps.alpine-root.outputs.root-path }}/heplify

0 commit comments

Comments
 (0)