diff --git a/.github/actions/compile/action.yml b/.github/actions/compile/action.yml index 6f81548d9..210f2e6ca 100644 --- a/.github/actions/compile/action.yml +++ b/.github/actions/compile/action.yml @@ -89,7 +89,7 @@ runs: uploads_dir=./uploads/${{ inputs.distro_name }}${{ inputs.kernel_dirname }}/${{ inputs.machine }} mkdir -p $uploads_dir find $deploy_dir/ -maxdepth 1 -type f -exec cp {} $uploads_dir/ \; - find $deploy_dir/ -maxdepth 1 -type l \( -name boot-*.img -o -name *.rootfs.ext4.gz -o -name *.rootfs.qcomflash.tar.gz \) -exec cp -d {} $uploads_dir/ \; + find $deploy_dir/ -maxdepth 1 -type l \( -name boot-*.img -o -name *.rootfs.ext4.gz -o -name *.rootfs.qcomflash.tar.gz -o -name *.rootfs.ostreecommit.tar.xz \) -exec cp -d {} $uploads_dir/ \; cp buildchart.svg kas-build.yml $uploads_dir/ if [ -d $deploy_dir/../../sdk ]; then cp $deploy_dir/../../sdk/* $uploads_dir/