Skip to content

Commit

Permalink
Update upload_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamarine5 authored Aug 24, 2023
1 parent 4da428c commit 397c222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: chmod +x gradlew
- name: Build apk file with Gradle
run: ./gradlew assembleDebug
- name: Show file tree
run: |
sudo apt-get -y install tree
tree
- name: Upload apk file
run: gh release upload ${{ github.ref }} app/build/outputs/apk/app-debug.apk
env:
Expand Down

0 comments on commit 397c222

Please sign in to comment.