File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,29 +70,37 @@ jobs:
7070
7171 - run : ./gradlew lintRelease publishToMavenLocal
7272
73- - uses : actions/upload-artifact@v4
73+ - name : Artifact library-lint-report
74+ uses : actions/upload-artifact@v4
7475 with :
7576 name : library-lint-report
7677 path : pdf2htmlEX/build/reports/lint-results-release.html
7778 if-no-files-found : error
7879
79- - uses : actions/upload-artifact@v4
80+ - name : Artifact maven-local
81+ uses : actions/upload-artifact@v4
8082 with :
8183 name : maven-local
8284 path : ~/.m2
8385 if-no-files-found : error
86+ compression-level : 0
87+ include-hidden-files : true
8488
85- - uses : actions/upload-artifact@v4
89+ - name : Artifact conangraph.html
90+ uses : actions/upload-artifact@v4
8691 with :
8792 name : conangraph.html
8893 path : conangraph.html
8994 if-no-files-found : error
9095
91- - uses : actions/upload-artifact@v4
96+ - name : Artifact dotconan2
97+ uses : actions/upload-artifact@v4
9298 with :
9399 name : dotconan2
94100 path : ~/.conan2
95101 if-no-files-found : error
102+ compression-level : 0
103+ include-hidden-files : true
96104
97105 emulator :
98106 needs : build
You can’t perform that action at this time.
0 commit comments