Skip to content

Commit 78e17fe

Browse files
committed
Configuration - Set retention days for installation artifacts in build workflow
1 parent 2ea268d commit 78e17fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-test-multiplatform.yml

+6
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
with:
8282
name: install-windows-x64
8383
path: install
84+
retention-days: 7
8485

8586
prepare-and-build-windows-clang-x64:
8687
name: Prepare and Build on Windows with Clang (x64)
@@ -150,6 +151,7 @@ jobs:
150151
with:
151152
name: install-windows-clang-x64
152153
path: install
154+
retention-days: 7
153155

154156
prepare-and-build-macos-x64:
155157
name: Prepare and Build on macOS with Clang (x64)
@@ -211,6 +213,7 @@ jobs:
211213
with:
212214
name: install-macos-x64
213215
path: install
216+
retention-days: 7
214217

215218
prepare-and-build-macos-gcc-x64:
216219
name: Prepare and Build on macOS with GCC (x64)
@@ -272,6 +275,7 @@ jobs:
272275
with:
273276
name: install-macos-gcc-x64
274277
path: install
278+
retention-days: 7
275279

276280
prepare-and-build-linux-clang-x64:
277281
name: Prepare and Build on Ubuntu with Clang (x64)
@@ -336,6 +340,7 @@ jobs:
336340
with:
337341
name: install-linux-clang-x64
338342
path: install
343+
retention-days: 7
339344

340345
prepare-and-build-linux-gcc-x64:
341346
name: Prepare and Build on Ubuntu with GCC (x64)
@@ -400,6 +405,7 @@ jobs:
400405
with:
401406
name: install-linux-gcc-x64
402407
path: install
408+
retention-days: 7
403409

404410
test-windows-x64:
405411
name: Test on Windows (x64)

0 commit comments

Comments
 (0)