Skip to content

Commit

Permalink
Update publish.yml (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg authored Oct 13, 2024
1 parent 5b33d3e commit bcba229
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 890405
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
files: ./*.jar
files: |
./gtceu-${{ env.MC_VERSION }}-${{ needs.build.outputs.ver }}.jar
./!(gtceu-${{ env.MC_VERSION }}-${{ needs.build.outputs.ver }}.jar)
name: 'GregTechCEu ${{ env.MC_VERSION }}-${{ needs.build.outputs.ver }}'
version: 'mc${{ env.MC_VERSION }}-${{ needs.build.outputs.ver }}'
version-type: beta
Expand Down

0 comments on commit bcba229

Please sign in to comment.