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
|
||||
with:
|
||||
name: debug-apk
|
||||
retention-days: 5
|
||||
path: |
|
||||
app/build/outputs/apk/debug/app-debug.apk
|
||||
app/build/outputs/apk/debug/app-debug.apk
|
||||
Loading…
Reference in New Issue