Skip to content

Commit

Permalink
fix: or-2282 incorrect path for artifacts download
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Jul 31, 2024
1 parent ff1366d commit 65996f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ jobs:
continue-on-error: false
with:
name: ${{ matrix.image }}
path: ~/${{ matrix.image }}.tar
path: ~/artifacts

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

- name: Load artifact
shell: bash
Expand Down

0 comments on commit 65996f3

Please sign in to comment.