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 13c9b8b commit f131cd6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,3 @@ jobs:

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

- 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
path:
./app/build/outputs/apk/debug/app-debug.apk
if-no-files-found: error

0 comments on commit f131cd6

Please sign in to comment.