Skip to content

Commit

Permalink
Update .github/workflows/ci-image-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Dec 28, 2024
1 parent 9831b2a commit 9b151d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: "ci-image-docker-dump-${{ inputs.platform }}-${{ matrix.python-version }}"
path: "/tmp/docker/image.tar"
path: "/tmp/docker-image.tar"
if-no-files-found: 'error'
retention-days: 2
include-hidden-files: 'true'
Expand Down

0 comments on commit 9b151d8

Please sign in to comment.