Skip to content

Commit

Permalink
feat: updated mc-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
xalixilax committed Aug 4, 2024
1 parent bc1f1ff commit 54d51d4
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 @@ -66,7 +66,7 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 513425
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
files-primary: ${{ steps.info.outputs.package }}.zip
files: ${{ steps.info.outputs.package }}.zip
name: ${{ steps.info.outputs.name }} v${{ steps.info.outputs.version }}
version: v${{ steps.info.outputs.version }}
version-type: release
Expand Down

0 comments on commit 54d51d4

Please sign in to comment.