Skip to content

Commit

Permalink
this should be it
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Aug 20, 2022
1 parent 19a2509 commit 97db2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/libs/Firmalife-Forge-1.18.2-${{ steps.version.outputs.result }}.jar
asset_name: Firmalife-Forge-1.18.2-${{ steps.version.outputs.result }}.jar
asset_path: ./build/libs/firmalife-${{ steps.version.outputs.result }}.jar
asset_name: firmalife-${{ steps.version.outputs.result }}.jar
asset_content_type: application/java-archive

0 comments on commit 97db2cb

Please sign in to comment.