Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.11k stars 340 forks source link

Use new github actions output syntax #1124

Closed StefMa closed 6 months ago

StefMa commented 6 months ago

Better solution than #1123 🙃

This time I also tested it on my fork. See a non-snapshot version run: https://github.com/StefMa/gradle-play-publisher/actions/runs/8371003805

vs a snapshot version run: https://github.com/StefMa/gradle-play-publisher/actions/runs/8371010999 This one fails because I can't publish snapshots on the fork. However, the idea is that the job deploy_snapshot runs; and this is what it does.

SUPERCILEX commented 6 months ago

Lol, I like that you peaced out of Gradle. Also duh, we were trying to use bash syntax in a println, obviously won't work. My bad for not noticing.

SUPERCILEX commented 6 months ago

Nice, it worked! https://github.com/Triple-T/gradle-play-publisher/actions/runs/8371170014