Skip to content

Commit

Permalink
.github: fix rsync source dir
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 fd83972 commit fae3bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
mkdir rootfs-oci
for file in $(find artifact/ -type f); do
tar xf $file
rsync -a $(basename $file .tar.gz)/ rootfs-oci/
rsync -a $(basename $file .tar.gz)/rootfs-oci/ rootfs-oci/
done
jq -s '.[0].manifests=[.[].manifests|add]|.[0]' curios-*/rootfs-oci/index.json > rootfs-oci/index.json
echo "Resulting index.json ====================================="
Expand Down

0 comments on commit fae3bf5

Please sign in to comment.