Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Sep 6, 2023
1 parent 7fc73be commit 235c2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload to CurseForge
uses: itsmeow/[email protected]
with:
file_path: "build/libs/${{ steps.release_type.outputs.FILE_NAME }}"
file_path: "build/libs/${{ steps.file_name.outputs.FILE_NAME }}"
game_endpoint: "minecraft"
game_versions: "Minecraft 1.20:1.20.1,Java 17,Forge"
token: "${{ secrets.CurseForge }}"
Expand Down

0 comments on commit 235c2e5

Please sign in to comment.