Skip to content

Commit

Permalink
Set retention period for build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhydium committed Nov 16, 2024
1 parent e802c3f commit 95a25bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: KitPvP.jar
path: target/KitPvP-1.0-SNAPSHOT.jar
path: target/KitPvP-1.0-SNAPSHOT.jar
retention-days: 2

0 comments on commit 95a25bc

Please sign in to comment.