Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 authored Dec 22, 2023
1 parent afda283 commit 0d71bd6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,14 @@ jobs:

- name: Build with Gradle
run: ./gradlew build

- name: Run tests
run: ./gradlew test

- name: Lint check
run: ./gradlew ktlintCheck

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name:
app.apk
# A file, directory or wildcard pattern that describes what to upload
# A file, directory, or wildcard pattern that describes what to upload
path:
./app/build/outputs/apk/debug/app-debug.apk
if-no-files-found: error

0 comments on commit 0d71bd6

Please sign in to comment.