Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GitAlasGo authored Dec 8, 2024
1 parent 0c8cf9a commit 1556cec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Set up JDK 17
Expand All @@ -18,10 +18,9 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Build with Gradle
run: ./gradlew assembleDebug lintVitalRelease
run: ./gradlew assembleDebug lintVitalRelease --warning-mode all
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
retention-days: 10

0 comments on commit 1556cec

Please sign in to comment.