Skip to content

Commit 95a25bc

Browse files
committed
Set retention period for build artifact
1 parent e802c3f commit 95a25bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: KitPvP.jar
42-
path: target/KitPvP-1.0-SNAPSHOT.jar
42+
path: target/KitPvP-1.0-SNAPSHOT.jar
43+
retention-days: 2

0 commit comments

Comments
 (0)