Skip to content

Commit

Permalink
Fixed glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
legosteenjaap committed Jul 10, 2024
1 parent fdbf705 commit 23f3c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload_version_fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
java: "${{env.JAVA_VERSION}}"

files: |
fabric/build/libs/!*+(sources|dev).jar
!fabric/build/libs/*+(sources|dev-shadow).jar
- name: Publish (Github)
uses: Kir-Antipov/[email protected] #The specified MC-Publish GitHub Action in the version 3.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_version_neoforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
java: "${{env.JAVA_VERSION}}"

files: |
neoforge/build/libs/!*+(sources|dev).jar
!neoforge/build/libs/*+(sources|dev-shadow).jar
- name: Publish (Github)
uses: Kir-Antipov/[email protected] #The specified MC-Publish GitHub Action in the version 3.2
with:
Expand Down

0 comments on commit 23f3c4c

Please sign in to comment.