Skip to content

Commit 30e819a

Browse files
committedJul 19, 2023
gh-actions-install-cli: correct repo typo
1 parent e3a2172 commit 30e819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gh-actions-install-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

77
target_dir="${RUNNER_TOOL_CACHE}/gh-downloader/${version}/${RUNNER_ARCH}"
88
target_path="${target_dir}/gh-downloader"

0 commit comments

Comments
 (0)