From d7cb06e44053df484153587af75d375c2eac50af Mon Sep 17 00:00:00 2001 From: James H Ball Date: Sun, 25 Aug 2024 20:12:30 +0100 Subject: [PATCH] Change binaries retention --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0b2d61e..c6920fd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: with: name: Binaries path: bin - retention-days: 1 + retention-days: 7 build-macos: name: Build macOS runs-on: macos-latest @@ -55,7 +55,7 @@ jobs: with: name: Binaries path: bin - retention-days: 1 + retention-days: 7 build-windows: name: Build Windows runs-on: windows-latest @@ -83,4 +83,4 @@ jobs: with: name: Binaries path: bin - retention-days: 1 + retention-days: 7