Update pi image generation zip/xz confusion (#555)

* Add prints to image generation

* Make xz multithreaded

* More rename copypasta
This commit is contained in:
Matt
2022-10-31 11:27:57 -04:00
committed by GitHub
parent 1412155c50
commit 0f99044468
3 changed files with 11 additions and 6 deletions

View File

@@ -310,7 +310,7 @@ jobs:
if: github.event_name != 'pull_request'
with:
name: image
path: photonvision*.zip
path: photonvision*.xz
- uses: pyTooling/Actions/releaser@r0
with:
@@ -319,7 +319,7 @@ jobs:
rm: true
files: |
photon-server/build/libs/*.jar
photonvision*.zip
photonvision*.xz
if: github.event_name == 'push'
photon-release: