mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-25 02:31:12 +00:00
ci: add retention-days to the upload artifact to limit the storage usage on github
This commit is contained in:
parent
805ac4ce48
commit
6bf2c604c3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -192,6 +192,7 @@ jobs:
|
||||||
name: ${{ matrix.name }} ${{ matrix.build_type }}
|
name: ${{ matrix.name }} ${{ matrix.build_type }}
|
||||||
path: ${{ matrix.progdir }}/build/outputs/apk/${{ matrix.build_folder }}/*-${{ matrix.build_folder }}.apk
|
path: ${{ matrix.progdir }}/build/outputs/apk/${{ matrix.build_folder }}/*-${{ matrix.build_folder }}.apk
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
retention-days: 30
|
||||||
|
|
||||||
- name: Prepare package for release
|
- name: Prepare package for release
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|
Loading…
Reference in a new issue