Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Nov 7, 2024
1 parent 98c576a commit 7be0e83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/base-ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ jobs:

- if: inputs.latest == true
run: mv dist/linux_amd64_v1/otelcol-contrib_linux_amd64_v1/otelcontribcol_linux_amd64 dist/linux_amd64_v1/otelcol-contrib_linux_amd64_v1/otelcol-contrib

- run: ls -la dist/linux_amd64_v1/otelcol-contrib_linux_amd64_v1

- if: inputs.latest == true
run: ls -la dist/linux_amd64_v1/otelcol-contrib_linux_amd64_v1

- name: Generate the sources for ${{ inputs.distribution }}
if: inputs.latest != true
Expand Down

0 comments on commit 7be0e83

Please sign in to comment.