mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-03 10:51:35 +02:00
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:
parent
68fd0cf41d
commit
0d9c250fb1
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ github.repository_id }}-build-libs
|
name: ${{ github.repository_id }}-build-libs
|
||||||
path: build/libs/
|
path: build/libs/
|
||||||
retention-days: 31
|
retention-days: 90
|
||||||
|
|
||||||
- name: Run post-build checks
|
- name: Run post-build checks
|
||||||
id: build_mod
|
id: build_mod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user