Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i3sey committed May 31, 2024
1 parent 337634c commit f831470
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: ls
run: cd authorizer && ls
run: zip -r art.zip .

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: art.zip
# The desired behavior if no files are found using the provided path.

0 comments on commit f831470

Please sign in to comment.