Skip to content

Commit

Permalink
Merge pull request #404 from jmpsec/fix-build-binary
Browse files Browse the repository at this point in the history
Fix for binary output on merged commits
  • Loading branch information
javuto authored Feb 13, 2024
2 parents ca5c0be + dc758aa commit a3b4d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
- name: Build osctrl-tls
run: |
GOOS=${{ inputs.go_os }} GOARCH=${{ inputs.go_arch }} \
go build -o osctrl-${{ inputs.osctrl_component }}-${{ inputs.go_os }}-${{ inputs.go_arch }}.bin \
go build -o osctrl-${{ inputs.osctrl_component }}-${{ inputs.commit_sha }}-${{ inputs.go_os }}-${{ inputs.go_arch }}.bin \
./${{ inputs.osctrl_component }}
shell: bash

Expand Down

0 comments on commit a3b4d0d

Please sign in to comment.