From 3d317f7035c39b6d90ce73fe09feca944b8f7069 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 9 Jan 2022 09:00:25 -0800 Subject: [PATCH] Switch to Releaser from eine/tip (#379) --- .github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eff626d93..84eb9bf90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -302,7 +302,7 @@ jobs: name: image path: photonvision*.zip - - uses: eine/tip@master + - uses: pyTooling/Actions/releaser@r0 with: token: ${{ secrets.GITHUB_TOKEN }} tag: 'Dev' @@ -322,9 +322,10 @@ jobs: with: name: jar - - run: | - chmod +x scripts/generatePiImage.sh - ./scripts/generatePiImage.sh + # And the image we made previously + - uses: actions/download-artifact@v2 + with: + name: image # All we've downloaded (ideally) is the fat jar, pi jar, and image. So just upload it all - uses: softprops/action-gh-release@v1