Skip to content

Commit

Permalink
Update CurseForge upload project url in log
Browse files Browse the repository at this point in the history
Resolves #161
  • Loading branch information
nebularg committed Mar 11, 2024
1 parent ee3152a commit 649e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ upload_curseforge() {
_cf_payload=$( echo "$_cf_payload $_cf_payload_relations" | jq -s -c '.[0] * .[1]' )
fi

echo "Uploading $archive_name ($_cf_game_version $file_type) to $project_site/projects/$slug"
echo "Uploading $archive_name ($_cf_game_version $file_type) to https://www.curseforge.com/projects/$slug"
resultfile="$releasedir/cf_result.json"
if result=$( echo "$_cf_payload" | curl -sS --retry 3 --retry-delay 10 \
-w "%{http_code}" -o "$resultfile" \
Expand Down

0 comments on commit 649e0ae

Please sign in to comment.