Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
captainurist committed Sep 19, 2023
1 parent 96a7822 commit bd5dba5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@ jobs:
android/openenroth/build/outputs/apk/release/openenroth-release-unsigned.apk
android/openenroth/build/outputs/apk/release/openenroth-release-signed.apk
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: |
android/openenroth/build/outputs/apk/debug/*.apk
android/openenroth/build/outputs/apk/release/*.apk
- name: Cleanup ccache
run: |
ccache -c

0 comments on commit bd5dba5

Please sign in to comment.