Skip to content

Commit

Permalink
Update mod-publish.yml
Browse files Browse the repository at this point in the history
updated version
  • Loading branch information
LeoBeliik authored Feb 3, 2024
1 parent a396b6c commit 2dd3ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mod-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
set_var MOD_VERSION $(echo ${JAR_FILE%.*} | cut -d- -f2)
- name: Publish Minecraft Mods Forge Edition
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
files-primary: Forge/build/libs/!(*-@(dev|sources|javadoc)).jar

Expand All @@ -53,7 +53,7 @@ jobs:
changelog-file: CHANGELOG.md

- name: Publish Minecraft Mods Fabric Edition
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
files-primary: Fabric/build/libs/!(*-@(dev|sources|javadoc)).jar

Expand Down

0 comments on commit 2dd3ca6

Please sign in to comment.