Skip to content

Commit

Permalink
.github: adjust path to downloaded artifacts in push
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Nov 4, 2023
1 parent 6358f0e commit a74d408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- uses: actions/download-artifact@v3
- name: Prepare Aritfacts
run: |
for file in curios-*.tgz; do
ls artifact/
for file in artifact/*.tgz; do
tar xf $file
done
mkdir rootfs-oci
Expand Down

0 comments on commit a74d408

Please sign in to comment.