mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 10:16:34 -04:00
build: copy fuse-extract binary to artifacts directory for upload
This commit is contained in:
parent
9bcb8316fd
commit
c1c8a212ce
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user