Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Compress built image
run: |
tar -I 'xz -T0' -cf photonvision_rubikpi3.tar.xz ${{ env.image_dir }} --checkpoint=10000 --checkpoint-action=echo='%T'
tar -I 'xz -T0' -cf photonvision_rubikpi3.tar.xz photonvision_rubikpi3 --checkpoint=10000 --checkpoint-action=echo='%T'

- uses: actions/[email protected]
with:
Expand Down
4 changes: 0 additions & 4 deletions mount_rubikpi3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,3 @@ mv *.img photonvision_rubikpi3/ 2>/dev/null || true
find photonvision_rubikpi3 -mindepth 2 -type f -exec mv {} photonvision_rubikpi3/ \;
# Remove empty subdirectories
find photonvision_rubikpi3 -mindepth 1 -type d -empty -delete

# Set output for later steps
# Save the rootfs image path for later steps
echo "image_dir=$PWD/photonvision_rubikpi3" >> $GITHUB_ENV