We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e34b75 commit 9d796edCopy full SHA for 9d796ed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/upload-artifact@v4
43
with:
44
name: serverpulse-bukkit-jar
45
- path: bukkit/build/libs/serverpulse-bukkit-*.jar
+ path: bukkit/build/libs/*.jar
46
retention-days: 14 # Keep artifacts for 14 days
47
if-no-files-found: error # Fail the workflow if no JARs are found
48
@@ -51,7 +51,7 @@ jobs:
51
52
53
name: serverpulse-velocity-jar
54
- path: velocity/build/libs/serverpulse-velocity-*.jar
+ path: velocity/build/libs/*.jar
55
56
57
0 commit comments