This repository was archived by the owner on Jul 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -41,28 +41,22 @@ jobs:
41
41
uses : actions/upload-artifact@v2
42
42
with :
43
43
name : built-image
44
- path : ./deploy/image_*PhotonVision.img.xz
44
+ path : ./deploy/image_*PhotonVision* .img.xz
45
45
if-no-files-found : error
46
46
47
47
- name : Upload debug artifacts
48
48
uses : actions/upload-artifact@v2
49
49
with :
50
50
name : debug-files
51
51
path : |
52
- ./deploy/*PhotonVision.info
52
+ ./deploy/*PhotonVision* .info
53
53
./deploy/build.log
54
54
if-no-files-found : error
55
-
56
- release :
57
- if : startsWith(github.ref, 'refs/tags/')
58
- needs : [build]
59
- runs-on : ubuntu-20.04
60
- steps :
61
- - uses : actions/download-artifact@v2
62
- with :
63
- name : built-image
64
- - uses : softprops/action-gh-release@v1
65
- with :
66
- files : ' **/*'
67
- env :
68
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
+
56
+ - uses : softprops/action-gh-release@v1
57
+ if : startsWith(github.ref, 'refs/tags/')
58
+ with :
59
+ files : ./deploy/image_*PhotonVision*.img.xz
60
+ env :
61
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
+
Original file line number Diff line number Diff line change 1
- IMG_NAME='PhotonVision '
1
+ IMG_NAME='PhotonVision_arm64 '
2
2
TARGET_HOSTNAME=photonvision
3
3
ENABLE_SSH=1
4
4
PI_GEN=photon-pi-gen
You can’t perform that action at this time.
0 commit comments