Skip to content

Commit

Permalink
fix: or-2282 upload artifact did not upload as archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage authored and janlesage committed Jul 26, 2024
1 parent 11c08be commit 5cf6009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ~/
path: ~/${{ inputs.image-name }}.tar
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ jobs:
continue-on-error: false
with:
name: ${{ matrix.image }}
path: ~/
path: ~/${{ matrix.image }}.tar

- name: Load artifact
shell: bash
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
continue-on-error: false
with:
name: ${{ matrix.image }}
path: ~/
path: ~/${{ matrix.image }}.tar

- name: Load artifact
shell: bash
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
continue-on-error: false
with:
name: ${{ matrix.image }}
path: ~/
path: ~/${{ matrix.image }}.tar

- name: Load artifact
shell: bash
Expand Down

0 comments on commit 5cf6009

Please sign in to comment.