Skip to content

Commit

Permalink
Fixed globs
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Jun 17, 2023
1 parent e01b59c commit 9a171c2
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-fabric-*([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-forge-*([0-9]?(.))+*([0-9]?(.)).jar

0 comments on commit 9a171c2

Please sign in to comment.