Skip to content

Commit 0659e56

Browse files
authoredJul 19, 2022
fix: update branch for release assets download (#5359)
1 parent f4fc2eb commit 0659e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/lib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ arch() {
5757
# https://developer.github.com/v3/actions/workflow-runs/#list-workflow-runs
5858
get_artifacts_url() {
5959
local artifacts_url
60-
local version_branch="v$VERSION"
60+
local version_branch="release/v$VERSION"
6161
local workflow_runs_url="repos/:owner/:repo/actions/workflows/ci.yaml/runs?event=pull_request&branch=$version_branch"
6262
artifacts_url=$(gh api "$workflow_runs_url" | jq -r ".workflow_runs[] | select(.head_branch == \"$version_branch\") | .artifacts_url" | head -n 1)
6363
if [[ -z "$artifacts_url" ]]; then

0 commit comments

Comments
 (0)
Failed to load comments.