From 9a1e9964d5b0cb9e684778dd6d81fa7bab125d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiss=20R=C3=B3bert?= Date: Sun, 9 Feb 2025 15:10:46 +0100 Subject: [PATCH] chore: keep artifacts for 30 days instead of 5 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc3c103a3b..d808ff593a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: name: UHK.Agent-mac-installer path: dist/UHK.Agent-*-mac.dmg compression-level: 0 - retention-days: 5 + retention-days: 30 - name: Upload Linux AppImage artifact if: runner.os == 'Linux' @@ -80,7 +80,7 @@ jobs: name: UHK.Agent-linux-x86_64.AppImage path: dist/UHK.Agent-*-linux-x86_64.AppImage compression-level: 0 - retention-days: 5 + retention-days: 30 - name: List dist folder on Windows if: runner.os == 'Windows' @@ -93,4 +93,4 @@ jobs: name: UHK.Agent-windows-installers path: dist/UHK.Agent-*-win*.exe compression-level: 0 - retention-days: 5 + retention-days: 30