mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-17 22:38:38 +01:00
1a06f5ba48
Also get rid of the release_url hack.
6 lines
139 B
Bash
Executable File
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
|