Skip to content

Commit 263c021

Browse files
fix publish.yml again
1 parent 9c35e60 commit 263c021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
modrinth-id: 'iuZL1bXB' # Replace with the Modrinth project slug or Identifier (ID)
3535
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
36-
files: build/libs/!(*-@(dev|sources|javadoc)).jar
36+
files: 'build/libs/!(*-@(dev|sources|javadoc)).jar'
3737
name: ${{ github.event.release.name }}
3838
version: ${{ github.event.release.tag_name }}
3939
version-type: release

0 commit comments

Comments
 (0)