Skip to content

Commit

Permalink
Fix metadata for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ssblur committed Jul 12, 2024
1 parent 2885954 commit 91f84df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
uses: ssblur/minecraft-publish@07948626c569100505d8c0b681a82fc495445d33
with:
mod-file: fabric/build/libs/scriptor-${{ steps.tag.outputs.version }}-fabric.jar
version-name: "${{ steps.tag.outputs.version }}-forge"
version-name: "${{ steps.tag.outputs.version }}-fabric"
minecraft-version: 1.20.4
mod-loader: forge
mod-loader: fabric
changelog: ${{ steps.changelog.outputs.changelog }}
dependencies: |
architectury-api
Expand Down

0 comments on commit 91f84df

Please sign in to comment.