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 bb2aae1 commit 4b988c8Copy full SHA for 4b988c8
.github/workflows/publish-release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: "Upload to CurseForge"
38
uses: itsmeow/curseforge-upload@v3
39
with:
40
- file_path: "build/libs/BlockHighlighting-${{ steps.all.outputs.minecraft_version }}-${{ steps.all.outputs.mod_version }}.jar"
+ file_path: "build/libs/${{ steps.all.outputs.archives_base_name }}-${{ steps.all.outputs.minecraft_version }}-${{ steps.all.outputs.mod_version }}.jar"
41
game_endpoint: "minecraft"
42
relations: "fabric-api:requiredDependency"
43
game_versions: "Minecraft 1.19:1.19.2,Java 17,Fabric"
0 commit comments