Skip to content

Commit

Permalink
fix: actiton
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jul 13, 2023
1 parent 7bcc575 commit d041352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md
- name: Upload to Mod Platforms
uses: itsmeow/curseforge-upload@master
uses: Kir-Antipov/[email protected]
with:
modrinth-id: sbJh4AZw
modrinth-token: ${{ secrets.MODRINTH_API_KEY }}
Expand All @@ -91,6 +91,7 @@ jobs:

files: |
build/libs/occultism-${{ steps.get_mc_version.outputs.result }}-${{ steps.get_version.outputs.result }}.jar
name: occultism-${{ steps.get_mc_version.outputs.result }}-${{ steps.get_version.outputs.result }}.jar
version: ${{ steps.get_mc_version.outputs.result }}-${{ steps.get_version.outputs.result }}
version-type: ${{ steps.get_release_type.outputs.result }}
Expand Down

0 comments on commit d041352

Please sign in to comment.