Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Neisvestney committed Aug 27, 2022
1 parent 05c8cc9 commit 8bb3287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: "build/libs/yara-birds-${{ needs.build.outputs.version }}.jar"
asset_path: "build/libs/yara-birds-${{ needs.build.outputs.mod_version }}.jar"
asset_name: "${{ needs.build.outputs.archives_base_name }}-${{ needs.build.outputs.mod_version }}.jar"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ fabric_version=0.60.0+1.19.2

# Publish
curseforge_relations=fabric-api:requiredDependency,geckolib:requiredDependency
curseforge_game_versions=Minecraft 1.19.2,Java 17,Fabric
curseforge_game_versions=Minecraft 1.19.2:1.19.2,Java 17,Fabric
curseforge_project_id=664970

0 comments on commit 8bb3287

Please sign in to comment.