diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 96e1c874..24164487 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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 \ No newline at end of file