Skip to content

Commit

Permalink
[CI] Update artifacting
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 3, 2024
1 parent 1be9104 commit 510b53f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/android_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,29 @@ jobs:
- name: gradle
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace

- name: upload apks
- name: Artifact APKs
uses: actions/upload-artifact@v4
with:
name: APKs
path: app/build/outputs/apk/**/*.apk
if-no-files-found: error
compression-level: 0

- name: upload lint results
- name: Artifact lint results
uses: actions/upload-artifact@v4
with:
name: lint-report
path: app/build/reports/lint-results-*.html
if-no-files-found: error

- uses: actions/upload-artifact@v4
- name: Artifact dotconan2
uses: actions/upload-artifact@v4
with:
name: dotconan2
path: ~/.conan2
if-no-files-found: error
compression-level: 0
include-hidden-files: true

test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 510b53f

Please sign in to comment.