File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Compress built image
3737 run : |
38- tar -I 'xz -T0' -cf photonvision_rubikpi3.tar.xz ${{ env.image_dir }} --checkpoint=10000 --checkpoint-action=echo='%T'
38+ tar -I 'xz -T0' -cf photonvision_rubikpi3.tar.xz photonvision_rubikpi3 --checkpoint=10000 --checkpoint-action=echo='%T'
3939
40404141 with :
Original file line number Diff line number Diff line change @@ -206,7 +206,3 @@ mv *.img photonvision_rubikpi3/ 2>/dev/null || true
206206find photonvision_rubikpi3 -mindepth 2 -type f -exec mv {} photonvision_rubikpi3/ \;
207207# Remove empty subdirectories
208208find photonvision_rubikpi3 -mindepth 1 -type d -empty -delete
209-
210- # Set output for later steps
211- # Save the rootfs image path for later steps
212- echo " image_dir=$PWD /photonvision_rubikpi3" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments