We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9d126 commit 1e62f50Copy full SHA for 1e62f50
cirrus_ci_post_freebsd_release.sh
@@ -47,7 +47,7 @@ if [ -f "$file_to_upload" ]; then
47
id=$(echo "$response" | grep -m 1 "id.:" | grep -w id | tr : = | tr -cd '[[:alnum:]]=' | cut -d= -f2)
48
49
if [ "$id" != "" ]; then
50
- url_to_upload="https://uploads.github.com/repos/$CIRRUS_REPO_FULL_NAME/releases/tag/$id/assets?name=$name"
+ url_to_upload="https://uploads.github.com/repos/$CIRRUS_REPO_FULL_NAME/releases/$id/assets?name=$name"
51
else
52
echo "Failed to get ID for uploading cirrus tag assets"
53
fi
0 commit comments