From 6bbe6371ee599893cb44965b1146a1d872299e55 Mon Sep 17 00:00:00 2001 From: Detanup01 <91248446+Detanup01@users.noreply.github.com> Date: Sun, 28 Jul 2024 15:08:25 +0200 Subject: [PATCH] setting release stay for 7 days --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5fca5d4..4378a381 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: path: "build/package/win/vs2022/*release*" if-no-files-found: 'error' compression-level: 0 - retention-days: 1 + retention-days: 7 - name: Upload debug package if: ${{ !startsWith(github.ref, 'refs/tags/') }} uses: actions/upload-artifact@v4 @@ -102,7 +102,7 @@ jobs: path: "build/package/win/vs2022/*debug*" if-no-files-found: 'error' compression-level: 0 - retention-days: 1 + retention-days: 7 @@ -183,7 +183,7 @@ jobs: path: "build/package/linux/gmake2/*release*" if-no-files-found: 'error' compression-level: 0 - retention-days: 1 + retention-days: 7 - name: Upload debug package if: ${{ !startsWith(github.ref, 'refs/tags/') }} uses: actions/upload-artifact@v4 @@ -192,7 +192,7 @@ jobs: path: "build/package/linux/gmake2/*debug*" if-no-files-found: 'error' compression-level: 0 - retention-days: 1 + retention-days: 7 @@ -254,7 +254,7 @@ jobs: path: "tools/generate_emu_config/bin/package/win/**/*" if-no-files-found: 'error' compression-level: 9 - retention-days: 1 + retention-days: 7 @@ -308,7 +308,7 @@ jobs: path: "tools/generate_emu_config/bin/package/linux/**/*" if-no-files-found: 'error' compression-level: 9 - retention-days: 1 + retention-days: 7 @@ -370,7 +370,7 @@ jobs: path: "tools/migrate_gse/bin/package/win/**/*" if-no-files-found: 'error' compression-level: 9 - retention-days: 1 + retention-days: 7 @@ -424,7 +424,7 @@ jobs: path: "tools/migrate_gse/bin/package/linux/**/*" if-no-files-found: 'error' compression-level: 9 - retention-days: 1 + retention-days: 7