Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <amd.prophet@gmail.com>
  • Loading branch information
amdprophet committed Nov 8, 2023
1 parent c89e061 commit 23158de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_builds.yml
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ jobs:
- name: Store binary as action artifact
uses: actions/upload-artifact@v3
with:
name: ${{matrix.arch_os}}
name: ${{matrix.arch_os}}${{ matrix.fips && '_fips' || '' }}
path: ./otelcolbuilder/cmd/${{ steps.set_filename.outputs.filename }}
if-no-files-found: error

@@ -427,7 +427,7 @@ jobs:
- name: Fetch binary artifact for ${{ matrix.arch_os }}
uses: actions/download-artifact@v3
with:
name: otelcol-sumo-${{ steps.extract_tag.outputs.tag }}${{ matrix.fips && '-fips' || '' }}-${{ matrix.arch_os }}.exe
name: windows_amd64_fips
path: ./otelcolbuilder/cmd

- name: Rename binary artifact for ${{ matrix.arch_os }}

0 comments on commit 23158de

Please sign in to comment.