mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Reduce artifact retention period
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user