Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Aug 4, 2024
1 parent ced8078 commit 29b5d7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ jobs:
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- name: find apk
run: ls src-tauri/gen/android/app/build/outputs/apk/
- uses: actions/upload-artifact@v4
with:
name: Sparus-apk.zip
path: "src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-unsigned.apk"
if-no-files-found: error

0 comments on commit 29b5d7d

Please sign in to comment.