mirror of
https://github.com/KoopaCode/NoBullying.git
synced 2025-04-02 22:57:33 +00:00
Update artifact retention to 30 days
Changed artifact retention from 5 to 30 days for better build management
This commit is contained in:
parent
f37b1b8b11
commit
a10ec8e9ad
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
with:
|
||||
name: ${{ env.PLUGIN_FILE }}-${{ env.PLUGIN_VERSION }}
|
||||
path: target/${{ env.PLUGIN_FILE }}-${{ env.PLUGIN_VERSION }}.jar
|
||||
retention-days: 5
|
||||
retention-days: 30
|
||||
|
||||
- name: Send Build Notification
|
||||
if: always()
|
||||
|
Loading…
x
Reference in New Issue
Block a user