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