Make artifact retention set to 90 days instead of 31 days (#41)

Co-authored-by: Martin Robertz <dream-master@gmx.net>
This commit is contained in:
Robert
2024-12-21 10:20:08 -06:00
committed by GitHub
parent 68fd0cf41d
commit 0d9c250fb1

View File

@@ -68,7 +68,7 @@ jobs:
with:
name: ${{ github.repository_id }}-build-libs
path: build/libs/
retention-days: 31
retention-days: 90
- name: Run post-build checks
id: build_mod