소스 검색

Merge pull request #8068 from nextcloud/ReduceStoredArtifacts

Reduce stored artifact size
Andy Scherzinger 4 년 전
부모
커밋
805f49cddd
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 8
      .github/workflows/screenShotTest.yml

+ 1 - 8
.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