Skip to content

Commit

Permalink
test: different filename
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Dec 8, 2024
1 parent 623c7c1 commit 0b5b4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-24.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Publish the Docker image
uses: actions/upload-artifact@v4
with:
name: devenv-image-compressed.tar.gz
name: devenv-image-compressed2.tar.gz
path: '/tmp/staging/devenv.tar.gz'
if-no-files-found: error
retention-days: 30
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Download devenv image
uses: actions/download-artifact@v4
with:
name: devenv-image-compressed.tar.gz
name: devenv-image-compressed2.tar.gz
path: '/tmp/image'
- name: Load Docker image
run: sudo docker load --input /tmp/image/devenv.tar.gz
Expand Down

0 comments on commit 0b5b4e5

Please sign in to comment.