mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fix EDGE DMAPI check
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
||||
run: |
|
||||
echo "Setting up BYOND."
|
||||
FULL_VERSION=${{ matrix.byond }}
|
||||
if [[ "$FULL_VERSION" = "$EDGE" ]] ; then
|
||||
if [[ "$FULL_VERSION" = "EDGE" ]] ; then
|
||||
VERSIONS=$(curl https://www.byond.com/download/version.txt)
|
||||
FULL_VERSION=$(echo "$VERSIONS" | tail -n1)
|
||||
echo "EDGE version evaluated to $FULL_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user