mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Fix image glob in dev releases (#338)
Should now upload pi images to dev releases
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -353,7 +353,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: image
|
||||
path: image*.zip
|
||||
path: photonvision*.zip
|
||||
|
||||
- uses: eine/tip@master
|
||||
with:
|
||||
@@ -362,5 +362,5 @@ jobs:
|
||||
rm: true
|
||||
files: |
|
||||
photon-server/build/libs/*.jar
|
||||
image*.zip
|
||||
photonvision*.zip
|
||||
if: github.event_name == 'push'
|
||||
|
||||
Reference in New Issue
Block a user