Skip to content

Commit

Permalink
ci: Fix Forge publishing in the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Sep 8, 2024
1 parent 98f266a commit 49b7b7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
changelog-file: CHANGELOG_LATEST.md

# https://github.com/marketplace/actions/mc-publish
- name: Publish mod (NeoForge)
- name: Publish mod (NeoForge/Forge)
uses: Kir-Antipov/[email protected]
with:
# CurseForge
Expand All @@ -94,8 +94,8 @@ jobs:
name: ${{ steps.mod_version.outputs.value }} (${{ steps.supported_minecraft_version_name.outputs.value }})
github-tag: ${{ env.release_tag_name }}
files: |
neoforge/build/libs/!(*-@(sources|dev-shadow|javadoc|transformProduction*).jar)
neoforge/build/libs/*-@(sources|javadoc).jar
forge/build/libs/!(*-@(sources|dev-shadow|javadoc|transformProduction*).jar)
forge/build/libs/*-@(sources|javadoc).jar
version-type: release
modrinth-featured: false
changelog-file: CHANGELOG_LATEST.md
6 changes: 3 additions & 3 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
changelog-file: CHANGELOG_LATEST.md

# https://github.com/marketplace/actions/mc-publish
- name: Publish mod (NeoForge)
- name: Publish mod (NeoForge/Forge)
uses: Kir-Antipov/[email protected]
with:
# Modrinth
Expand All @@ -94,8 +94,8 @@ jobs:
name: ${{ steps.mod_version.outputs.value }} (${{ steps.supported_minecraft_version_name.outputs.value }})
github-tag: ${{ env.release_tag_name }}
files: |
neoforge/build/libs/!(*-@(sources|dev-shadow|javadoc|transformProduction*).jar)
neoforge/build/libs/*-@(sources|javadoc).jar
forge/build/libs/!(*-@(sources|dev-shadow|javadoc|transformProduction*).jar)
forge/build/libs/*-@(sources|javadoc).jar
version-type: release
modrinth-featured: false
changelog-file: CHANGELOG_LATEST.md
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
changelog-file: CHANGELOG_LATEST.md

# https://github.com/marketplace/actions/mc-publish
- name: Publish mod (NeoForge)
- name: Publish mod (NeoForge/Forge)
uses: Kir-Antipov/[email protected]
with:
# Modrinth
Expand All @@ -100,8 +100,8 @@ jobs:
name: ${{ steps.mod_version.outputs.value }} (${{ steps.supported_minecraft_version_name.outputs.value }})
github-tag: ${{ env.release_tag_name }}
files: |
neoforge/build/libs/!(*-@(sources|dev-shadow|javadoc|transformProduction*).jar)
neoforge/build/libs/*-@(sources|javadoc).jar
forge/build/libs/!(*-@(sources|dev-shadow|javadoc|transformProduction*).jar)
forge/build/libs/*-@(sources|javadoc).jar
version-type: release
modrinth-featured: false
changelog-file: CHANGELOG_LATEST.md
Expand Down

0 comments on commit 49b7b7d

Please sign in to comment.