Skip to content

Commit

Permalink
segregate paths even further
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Nov 6, 2024
1 parent b377707 commit d38487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images-for-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
timeout-minutes: 10
uses: actions/upload-artifact@v4
with:
name: built-docker-image-${{ matrix.docker-image }}
name: built-docker-image-${{ matrix.docker-image }}-${{ matrix.os }}
path: ${{ matrix.docker-image }}-${{ matrix.os }}_img
retention-days: 1

0 comments on commit d38487a

Please sign in to comment.