Skip to content

Commit 0eb169f

Browse files
Log version for install.sh debugging (i cant know wheres the problem)
Add debug output for version passed to install script
1 parent 7506b8f commit 0eb169f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ runs:
3636
version=$(curl -s https://api.github.com/repos/rojo-rbx/rokit/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")')
3737
fi
3838
version="${version#v}"
39+
echo "DEBUG: version being passed to install.sh is '$version'"
3940
curl -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | bash -s "$version"
4041
# the installer does not add rokit to path for some reason
4142
echo "$PWD" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)