ci: max retention days for artifacts
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
8f3ac3741a
commit
11892e54a2
|
|
@ -37,5 +37,6 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: debug-apk
|
name: debug-apk
|
||||||
|
retention-days: 5
|
||||||
path: |
|
path: |
|
||||||
app/build/outputs/apk/debug/app-debug.apk
|
app/build/outputs/apk/debug/app-debug.apk
|
||||||
Loading…
Reference in New Issue