Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Jan 22, 2024
1 parent d43b2d1 commit d72ff47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

files: |
fabric/build/libs/!(*-@(dev|sources|javadoc)).jar
fabric/build/libs/*-@(dev|sources|javadoc).jar
fabric/build/libs/*-@(sources).jar
name: Winterly ${{ github.event.release.tag_name }}+fabric
version: ${{ github.event.release.tag_name }}+fabric
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

files: |
neoforge/build/libs/!(*-@(dev|sources|javadoc)).jar
neoforge/build/libs/*-@(dev|sources|javadoc).jar
neoforge/build/libs/*-@(sources).jar
name: Winterly ${{ github.event.release.tag_name }}+neoforge
version: ${{ github.event.release.tag_name }}+neoforge
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

files: |
fabric/build/libs/!(*-@(dev|sources|javadoc)).jar
fabric/build/libs/*-@(dev|sources|javadoc).jar
fabric/build/libs/*-@(sources).jar
name: Winterly ${{ github.event.release.tag_name }}+fabric
version: ${{ github.event.release.tag_name }}+fabric
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

files: |
neoforge/build/libs/!(*-@(dev|sources|javadoc)).jar
neoforge/build/libs/*-@(dev|sources|javadoc).jar
neoforge/build/libs/*-@(sources).jar
name: Winterly ${{ github.event.release.tag_name }}+neoforge
version: ${{ github.event.release.tag_name }}+neoforge
Expand Down

0 comments on commit d72ff47

Please sign in to comment.