File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,25 +49,29 @@ jobs:
4949 - name : gradle
5050 run : ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace
5151
52- - name : upload apks
52+ - name : Artifact APKs
5353 uses : actions/upload-artifact@v4
5454 with :
5555 name : APKs
5656 path : app/build/outputs/apk/**/*.apk
5757 if-no-files-found : error
58+ compression-level : 0
5859
59- - name : upload lint results
60+ - name : Artifact lint results
6061 uses : actions/upload-artifact@v4
6162 with :
6263 name : lint-report
6364 path : app/build/reports/lint-results-*.html
6465 if-no-files-found : error
6566
66- - uses : actions/upload-artifact@v4
67+ - name : Artifact dotconan2
68+ uses : actions/upload-artifact@v4
6769 with :
6870 name : dotconan2
6971 path : ~/.conan2
7072 if-no-files-found : error
73+ compression-level : 0
74+ include-hidden-files : true
7175
7276 test :
7377 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments