From 885974a84ea170f5f67551a513a6b54f606a55e4 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:41:36 +0200 Subject: [PATCH] Keep artifacts for 14 days --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc057885..92718e8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: novelwriter/assets/manual.pdf novelwriter/assets/i18n/*.qm if-no-files-found: error - retention-days: 1 + retention-days: 14 buildLinux: needs: buildAssets @@ -72,7 +72,7 @@ jobs: name: AppImage-${{ matrix.python-version }}-${{ matrix.linux-tag }} path: dist_appimage if-no-files-found: error - retention-days: 1 + retention-days: 14 buildMac-AMD64: needs: buildAssets @@ -96,7 +96,7 @@ jobs: name: MacOS-AMD64-DMG path: dist_macos if-no-files-found: error - retention-days: 1 + retention-days: 14 buildMac-M1: needs: buildAssets @@ -120,4 +120,4 @@ jobs: name: MacOS-M1-DMG path: dist_macos if-no-files-found: error - retention-days: 1 + retention-days: 14