build: copy fuse-extract binary to artifacts directory for upload

This commit is contained in:
Marcus Holland-Moritz 2025-04-20 07:18:29 +02:00
parent 9bcb8316fd
commit c1c8a212ce

View File

@ -384,6 +384,7 @@ else
mkdir -p /tmp-runner/artifacts mkdir -p /tmp-runner/artifacts
cp artifacts.env /tmp-runner cp artifacts.env /tmp-runner
cp dwarfs-universal-* /tmp-runner/artifacts cp dwarfs-universal-* /tmp-runner/artifacts
cp dwarfs-fuse-extract-* /tmp-runner/artifacts
cp dwarfs-*-Linux*.tar.zst /tmp-runner/artifacts cp dwarfs-*-Linux*.tar.zst /tmp-runner/artifacts
elif [[ "-$BUILD_TYPE-" == *-source-* ]]; then elif [[ "-$BUILD_TYPE-" == *-source-* ]]; then
$BUILD_TOOL package_source $BUILD_TOOL package_source