Switch to Releaser from eine/tip (#379)

This commit is contained in:
Matt
2022-01-09 09:00:25 -08:00
committed by GitHub
parent a161bd5be9
commit 3d317f7035

View File

@@ -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