Skip to content

Commit

Permalink
Update release-alpine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Jun 28, 2024
1 parent ee43020 commit 91ebfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: alpine.sh {0}

- name: Build
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 .
shell: alpine.sh {0}

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

0 comments on commit 91ebfe6

Please sign in to comment.