Skip to content

Commit

Permalink
Add todo for curseforge signature upload
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Jun 11, 2023
1 parent e5a9088 commit fa8598e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/upload_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ $CURSEFORGE_GAME_VERSION]"
-H "X-Api-Token: $CURSEFORGE_TOKEN" \
-F "metadata=$CURSEFORGE_FABRIC_SPEC" \
-F "file=@$FABRIC_JAR"
# TODO: Upload the asc as an 'Additional file'

echo >&2 'Uploading Forge Jar to CurseForge'
local CURSEFORGE_FORGE_SPEC
Expand All @@ -165,6 +166,7 @@ $CURSEFORGE_GAME_VERSION]"
-H "X-Api-Token: $CURSEFORGE_TOKEN" \
-F "metadata=$CURSEFORGE_FORGE_SPEC" \
-F "file=@$FORGE_JAR"
# TODO: Upload the asc as an 'Additional file'
}

release_github
Expand Down

0 comments on commit fa8598e

Please sign in to comment.