From fb40016b02c5f6437519ed65637d281d4f3f67a9 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Fri, 26 Feb 2021 10:55:11 +0100 Subject: [PATCH] Reduce stored artifact size --- .github/workflows/screenShotTest.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/screenShotTest.yml b/.github/workflows/screenShotTest.yml index c665cbef8c..62d5a89019 100644 --- a/.github/workflows/screenShotTest.yml +++ b/.github/workflows/screenShotTest.yml @@ -49,11 +49,4 @@ jobs: with: name: Report-${{ matrix.color }}-${{ matrix.scheme }} path: build/reports - retention-days: 5 - - name: Archive apk - uses: actions/upload-artifact@v2 - if: ${{ always() }} - with: - name: Nextcloud-APK - path: build/outputs/apk/**/**/gplay*.apk - retention-days: 5 + retention-days: 4