Skip to content

Commit

Permalink
fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
fayer3 committed Oct 12, 2023
1 parent 9a77a5a commit 1eba018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
curseforge-id: 667903
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files-primary: ${{ steps.assets.outputs.FABRIC_FILE_PATH }}
files: ${{ steps.assets.outputs.FABRIC_FILE_PATH }}

name: "${{ steps.version.outputs.VERSION_NAME_FABRIC }}"
version: "${{ steps.version.outputs.MOD_VERSION_FABRIC }}"
Expand All @@ -212,7 +212,7 @@ jobs:
curseforge-id: 667903
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files-primary: ${{ steps.assets.outputs.FORGE_FILE_PATH }}
files: ${{ steps.assets.outputs.FORGE_FILE_PATH }}

name: "${{ steps.version.outputs.VERSION_NAME_FORGE }}"
version: "${{ steps.version.outputs.MOD_VERSION_FORGE }}"
Expand All @@ -232,7 +232,7 @@ jobs:
curseforge-id: 667903
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files-primary: ${{ steps.assets.outputs.QUILT_FILE_PATH }}
files: ${{ steps.assets.outputs.QUILT_FILE_PATH }}

name: "${{ steps.version.outputs.VERSION_NAME_QUILT }}"
version: "${{ steps.version.outputs.MOD_VERSION_QUILT}}"
Expand Down

0 comments on commit 1eba018

Please sign in to comment.