Skip to content

Commit 4b988c8

Browse files
committed
fixed publish release
1 parent bb2aae1 commit 4b988c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: "Upload to CurseForge"
3838
uses: itsmeow/curseforge-upload@v3
3939
with:
40-
file_path: "build/libs/BlockHighlighting-${{ steps.all.outputs.minecraft_version }}-${{ steps.all.outputs.mod_version }}.jar"
40+
file_path: "build/libs/${{ steps.all.outputs.archives_base_name }}-${{ steps.all.outputs.minecraft_version }}-${{ steps.all.outputs.mod_version }}.jar"
4141
game_endpoint: "minecraft"
4242
relations: "fabric-api:requiredDependency"
4343
game_versions: "Minecraft 1.19:1.19.2,Java 17,Fabric"

0 commit comments

Comments
 (0)