From 0a8da1a0bd0cd59ce7d992c688bf4674c1225e57 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 28 Nov 2021 18:32:33 -0500 Subject: [PATCH] Fix image glob in dev releases (#338) Should now upload pi images to dev releases --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a0f5c3bd..e5740802d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'