Skip to content

Commit f25610c

Browse files
committed
Fix workflow
1 parent 7130d39 commit f25610c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/upload-artifact@v4
2626
with:
2727
name: Download
28-
path: ./target/AuthMe-5.6.0-FORK-Universal.jar
28+
path: ./target/AuthMe-*-FORK-Universal.jar
2929
runtime-test:
3030
name: Plugin Runtime Test
3131
needs: [Build]

0 commit comments

Comments
 (0)