Skip to content

Commit

Permalink
Third time is the CI charm
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkdog committed Jun 17, 2024
1 parent 2f737ca commit 7b24589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/starfly/ci/install_byond_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ else
rm -rf "${HOME}/BYOND"
mkdir -p "${HOME}/BYOND"
# copy BYOND from our repo
cd "${HOME}/BYOND"
cp -v "${HOME}/${BYOND_ZIP}" "byond.zip"
cp -v "${BYOND_ZIP}" "${HOME}/BYOND/byond.zip"
# unzip and install BYOND
cd "${HOME}/BYOND"
unzip byond.zip
rm byond.zip
cd byond
Expand Down

0 comments on commit 7b24589

Please sign in to comment.