Skip to content

Commit

Permalink
chore: exclude slim jar from publishing (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerooni authored Dec 3, 2023
1 parent 035952d commit 6d24e72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files: |
fabric/build/libs/!(*-@(dev|sources|javadoc|dev-shadow)).jar
fabric/build/libs/*-@(dev|sources|javadoc|dev-shadow).jar
fabric/build/libs/!(*-@(dev|sources|javadoc|dev-shadow|slim)).jar
fabric/build/libs/*-@(dev|sources|javadoc|dev-shadow|slim).jar
name: GregTechCEu ${{ steps.var.outputs.fabric_version }}-fabric
version: mc${{ steps.var.outputs.fabric_version }}-fabric
Expand Down Expand Up @@ -123,8 +123,8 @@ jobs:
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files: |
forge/build/libs/!(*-@(dev|sources|javadoc|dev-shadow)).jar
forge/build/libs/*-@(dev|sources|javadoc|dev-shadow).jar
forge/build/libs/!(*-@(dev|sources|javadoc|dev-shadow|slim)).jar
forge/build/libs/*-@(dev|sources|javadoc|dev-shadow|slim).jar
name: GregTechCEu ${{ steps.var.outputs.forge_version }}-forge
version: mc${{ steps.var.outputs.forge_version }}-forge
Expand Down

0 comments on commit 6d24e72

Please sign in to comment.