Skip to content

Commit

Permalink
fix path to binary
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Nov 27, 2024
1 parent 6eb2a50 commit 156ecaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ jobs:
run: echo "binary_name=otelcol-sumo${OTELCOL_FIPS_SUFFIX}-${{inputs.arch_os}}${OTELCOL_BINARY_EXTENSION}" >> $GITHUB_OUTPUT

- name: Show file info
working-directory: ./pkg/tools/otelcol-config
working-directory: ./otelcolbuilder/cmd
run: |
file ${{ steps.set-binary-name.outputs.binary_name }}
- name: Show ldd info
if: contains(inputs.arch_os, 'linux')
working-directory: ./pkg/tools/otelcol-config
working-directory: ./otelcolbuilder/cmd
run: |
ldd ${{ steps.set-binary-name.outputs.binary_name }} || true
Expand Down

0 comments on commit 156ecaa

Please sign in to comment.