Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit fc20b50

Browse files
committed
fix path of artifact upload
uses the img.xz extension since that is registered with the raspberry pi imager
1 parent 1dd3155 commit fc20b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/upload-artifact@v2
4242
with:
4343
name: built-image
44-
path: ./deploy/image_*PhotonVision.zip
44+
path: ./deploy/image_*PhotonVision.img.xz
4545
if-no-files-found: error
4646

4747
- name: Upload debug artifacts

0 commit comments

Comments
 (0)