mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2025-02-13 19:42:02 +02:00
artifacts retention
This commit is contained in:
parent
77f78208a6
commit
f3a69e5439
2
.github/workflows/build-on-windows.yml
vendored
2
.github/workflows/build-on-windows.yml
vendored
@ -72,3 +72,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifact_name }}
|
name: ${{ inputs.artifact_name }}
|
||||||
path: binary\*.*
|
path: binary\*.*
|
||||||
|
if-no-files-found: error
|
||||||
|
retention-days: 1
|
||||||
|
1
.github/workflows/export-xml.yml
vendored
1
.github/workflows/export-xml.yml
vendored
@ -63,3 +63,4 @@ jobs:
|
|||||||
name: ${{ inputs.artifact_name }}
|
name: ${{ inputs.artifact_name }}
|
||||||
path: export.7z
|
path: export.7z
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
retention-days: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user