Skip to content

Commit

Permalink
improved glob
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Jun 17, 2023
1 parent 1cbeb4b commit e01b59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
modrinth-id: yjvKidNM
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files: fabric/build/libs/lighty-*(*([0-9]).?)+*(*([0-9]).)jar
files: fabric/build/libs/lighty-*([0-9]?(.))+*([0-9]?(.)).jar
loaders: |
fabric
quilt
Expand All @@ -37,4 +37,4 @@ jobs:
modrinth-id: yjvKidNM
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files: forge/build/libs/lighty-*(*([0-9]).?)+*(*([0-9]).)jar
files: forge/build/libs/lighty-*([0-9]?(.))+*([0-9]?(.)).jar

0 comments on commit e01b59c

Please sign in to comment.