Skip to content

Commit

Permalink
ci: remove leading path components for tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 23, 2024
1 parent ade0332 commit 5992e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ 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 -cJf katsu-work/chroot.tar katsu-work/chroot
tar -C katsu-work/chroot -cf katsu-work/chroot.tar katsu-work/chroot
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 5992e28

Please sign in to comment.