Skip to content

Commit

Permalink
Attach container version to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
gipert committed Dec 19, 2024
1 parent cfc725f commit d8c1978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ matrix.container_version != 'slim' }}
uses: actions/upload-artifact@v4
with:
name: test-output
name: test-output-${{ matrix.container_version }}
# artifacts must have a ".output*" extension
path: build/tests/**/*.output*.*

Expand Down

0 comments on commit d8c1978

Please sign in to comment.