We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a2172 commit 30e819aCopy full SHA for 30e819a
gh-actions-install-cli.sh
@@ -2,7 +2,7 @@
2
3
[ "$DEBUG" == "true" ] && set -x
4
5
-version=`gh release view -R upfluence/upfluence-if --json tagName -t '{{.tagName}}'`
+version=`gh release view -R upfluence/gh-downloader --json tagName -t '{{.tagName}}'`
6
7
target_dir="${RUNNER_TOOL_CACHE}/gh-downloader/${version}/${RUNNER_ARCH}"
8
target_path="${target_dir}/gh-downloader"
0 commit comments