Skip to content

Commit

Permalink
fix: or-2282 artifacts uploaded as folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Jul 26, 2024
1 parent b9ad709 commit 70c051e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-file }}
path: ~/
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: ~/${{ inputs.image-file }}
path: ~/

0 comments on commit 70c051e

Please sign in to comment.