From 8c10cd1bdaf5016b57594ef34224ec458b4c8f40 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:24:29 +0000 Subject: [PATCH] Latest --- software.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software.yml b/software.yml index cc420bbf..87f5ae10 100644 --- a/software.yml +++ b/software.yml @@ -10180,7 +10180,7 @@ softwarePackages: _github: https://github.com/actions/runner _home: https://docs.github.com/en/actions/hosting-your-own-runners _name: GitHub Runner - _when: '! test -f "$HOME/.local/github-runner/.runner"' + _when: '! test -d "$HOME/.local/github-runner"' script: | RELEASES="$(curl -sSL --compressed --header "Authorization: Bearer $GITHUB_TOKEN" "https://api.github.com/repos/actions/runner/releases/latest")" LATEST_VERSION="$(echo "$RELEASES" | grep -o '"tag_name": "[^"]*' | grep -o '[^"]*$')"