ci: add retention-days to the upload artifact to limit the storage usage on github

This commit is contained in:
Emanuele Disco 2023-08-05 11:37:49 +09:00
parent 805ac4ce48
commit 6bf2c604c3

View file

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