We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2330c8a commit ee43020Copy full SHA for ee43020
.github/workflows/release-alpine.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: jirutka/setup-alpine@v1
19
with:
20
arch: x86_64
21
+ id: alpine-root
22
packages: >
23
build-base
24
pkgconf
@@ -39,5 +40,7 @@ jobs:
39
40
shell: alpine.sh {0}
41
42
- name: Build
- 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 .
44
45
+
46
+ - run: ls -alF ${{ steps.alpine-root.outputs.root-path }}/heplify
0 commit comments