mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
Extend retention to 90 days in msbuild.yml
This commit is contained in:
committed by
GitHub
parent
2b2fbcad5e
commit
081dea2440
4
.github/workflows/msbuild.yml
vendored
4
.github/workflows/msbuild.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
name: Reboot
|
name: Reboot
|
||||||
path: ${{env.SOLUTION_FILE_PATH}}/x64/Release
|
path: ${{env.SOLUTION_FILE_PATH}}/x64/Release
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
retention-days: 60
|
retention-days: 90
|
||||||
|
|
||||||
- name: Build RebootS20
|
- name: Build RebootS20
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
@@ -49,4 +49,4 @@ jobs:
|
|||||||
name: RebootS20
|
name: RebootS20
|
||||||
path: ${{env.SOLUTION_FILE_PATH}}/x64/Release
|
path: ${{env.SOLUTION_FILE_PATH}}/x64/Release
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
retention-days: 60
|
retention-days: 90
|
||||||
|
|||||||
Reference in New Issue
Block a user