Reduce artifact retention period

This commit is contained in:
momo5502
2025-04-25 09:05:51 +02:00
parent 1be62bd446
commit 9eddabc09b

View File

@@ -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