Skip to content

Commit

Permalink
Merge branch 'main' into pdf2htmlex-conan
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 3, 2024
2 parents 66f97d3 + 510b53f commit b6506b4
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 @@ -50,25 +50,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 b6506b4

Please sign in to comment.