Skip to content

Commit

Permalink
fix: or-2282 incorrect artifact upload download
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Jul 26, 2024
1 parent 5cf6009 commit c8f3373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.image-name }}
path: ~/${{ inputs.image-name }}.tar
path: ~/${{ inputs.image-file }}
2 changes: 1 addition & 1 deletion .github/workflows/build-site-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.image-name }}
path: ~/
path: ~/${{ inputs.image-file }}
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ jobs:
continue-on-error: false
with:
name: ${{ matrix.image }}
path: ~/${{ matrix.image }}.tar
path: ~/

- name: Load artifact
shell: bash
Expand Down

0 comments on commit c8f3373

Please sign in to comment.