Skip to content

Commit 1695e42

Browse files
committed
[Announce] Filter filenames correctly...
1 parent 7fc63c3 commit 1695e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/announce-latest-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
owner: compactmods
4646
repo: compactmachines
4747
group: dev.compactmods.compactmachines
48-
filter: "^compactmachines-(?:[\\d\\.]{4}).jar$"
48+
filter: "^compactmachines-(?:[\\d\\.]+){4}.jar$"
4949
outputFile: compactmachines-nightly.json
5050

5151
- name: Debug output

0 commit comments

Comments
 (0)