Update artifact retention to 30 days

Changed artifact retention from 5 to 30 days for better build management
This commit is contained in:
Koopa 2025-01-31 21:43:02 -05:00
parent f37b1b8b11
commit a10ec8e9ad

View File

@ -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()