Skip to content

Commit

Permalink
gh-actions-install-cli: correct repo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisMontagne committed Jul 19, 2023
1 parent e3a2172 commit 30e819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions-install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ "$DEBUG" == "true" ] && set -x

version=`gh release view -R upfluence/upfluence-if --json tagName -t '{{.tagName}}'`
version=`gh release view -R upfluence/gh-downloader --json tagName -t '{{.tagName}}'`

target_dir="${RUNNER_TOOL_CACHE}/gh-downloader/${version}/${RUNNER_ARCH}"
target_path="${target_dir}/gh-downloader"
Expand Down

0 comments on commit 30e819a

Please sign in to comment.