The-Powder-Toy/.github/starcatcher-check.sh
Tamás Bálint Misius 1a06f5ba48
Only attempt a starcatcher upload if the relevant repo secrets are present
Also get rid of the release_url hack.
2021-06-03 19:23:30 +02:00

6 lines
139 B
Bash
Executable File

if [ ! -z "$STARCATCHER_PUBLISH_HOSTPORT" ]; then
echo ::set-output name=can_publish::yes
else
echo ::set-output name=can_publish::no
fi