From 9eddabc09be489408c38c4acf19f74d6ea0a89d4 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 25 Apr 2025 09:05:51 +0200 Subject: [PATCH] Reduce artifact retention period --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abcd660d..5d046f38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,6 +95,7 @@ jobs: name: Temp API Set Dumper working-directory: build/release/artifacts/ path: "*" + retention-days: 1 create-emulation-root: name: Create Emulation Root @@ -270,12 +271,14 @@ jobs: name: ${{ matrix.platform }} ${{matrix.configuration}} Artifacts working-directory: build/${{matrix.preset}}/artifacts/ path: "*" + retention-days: 1 - name: Upload Test Configuration uses: actions/upload-artifact@v4.6.2 with: name: Temp ${{ matrix.platform }} ${{matrix.configuration}} Test Config path: "build/${{matrix.preset}}/**/CTestTestfile.cmake" + retention-days: 1 test: name: Test @@ -577,6 +580,7 @@ jobs: name: Page Artifacts working-directory: page/dist/ path: "*" + retention-days: 1 deploy-page: name: Deploy Page