From 0e208310686a78933ceb771952fa46e0e81d6eb6 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Wed, 14 Jan 2026 10:12:04 +0100 Subject: [PATCH] chore: increase retention time --- .gitea/workflows/cross-compile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 245e004..7392cf0 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -51,7 +51,7 @@ jobs: name: package-linux64 path: | ./akartontv - retention-days: 3 + retention-days: 7 overwrite: true compile-windows: @@ -105,5 +105,5 @@ jobs: name: package-win64 path: | ./akartontv.exe - retention-days: 3 + retention-days: 7 overwrite: true