Skip to content

Commit 510b53f

Browse files
[CI] Update artifacting
1 parent 1be9104 commit 510b53f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/android_main.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)