Skip to content

Commit 9d796ed

Browse files
committed
Fix CI
1 parent 8e34b75 commit 9d796ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/upload-artifact@v4
4343
with:
4444
name: serverpulse-bukkit-jar
45-
path: bukkit/build/libs/serverpulse-bukkit-*.jar
45+
path: bukkit/build/libs/*.jar
4646
retention-days: 14 # Keep artifacts for 14 days
4747
if-no-files-found: error # Fail the workflow if no JARs are found
4848

@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/upload-artifact@v4
5252
with:
5353
name: serverpulse-velocity-jar
54-
path: velocity/build/libs/serverpulse-velocity-*.jar
54+
path: velocity/build/libs/*.jar
5555
retention-days: 14 # Keep artifacts for 14 days
5656
if-no-files-found: error # Fail the workflow if no JARs are found
5757

0 commit comments

Comments
 (0)