Skip to content

Commit

Permalink
ci: fix leading dir again
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 23, 2024
1 parent 5992e28 commit c734b7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ jobs:
chcon system_u:object_r:install_exec_t:s0 "$(which katsu)"
pushd katsu
KATSU_LOG=trace katsu -v --output=folder "modules/${{ matrix.variant }}.yaml"
tar -C katsu-work/chroot -cf katsu-work/chroot.tar katsu-work/chroot
pushd katsu-work/chroot
tar -cf ../chroot.tar .
popd
mv katsu-work/chroot.tar katsu-work/${{ env.artifact }}.tar
# compress tar as zst, output as .tar.zst
# have an exception for WSL, as it doesn't support zstd
Expand Down

0 comments on commit c734b7c

Please sign in to comment.