Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Aug 31, 2023
1 parent 9c1e97e commit fffb993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
fileName: "*.jar"
out-file-path: "assets"
token: ${{ secrets.GITHUB_TOKEN }}
- uses: itsmeow/curseforge-upload@v3
- uses: itsmeow/curseforge-upload@v3.1.1
with:
file_path: "${{ fromJson(steps.get_release_assets.outputs.downloaded_files)[0] }}"
game_endpoint: "minecraft"
game_versions: "Minecraft 1.20:1.20,Java 17,Forge"
game_versions: "Minecraft 1.20:1.20.1,Java 17,Forge"
project_id: "518211"
token: ${{ secrets.CF_API_TOKEN }}
changelog: "${{ fromJson(steps.get_release_by_tag.outputs.data).body }}"
Expand Down

0 comments on commit fffb993

Please sign in to comment.