Skip to content

Commit

Permalink
Update android-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen authored Oct 9, 2024
1 parent dc5c36a commit eb2ab22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,10 @@ jobs:
with:
name: ztm-app-v${{ vars.APP_VERSION }}-android
path: ./gui/src-tauri/gen/android/app/build/outputs/apk/universal/release/ztm-app-v${{ vars.APP_VERSION }}-android.apk

- uses: actions/upload-artifact@v3
with:
name: ztm-lib-v${{ vars.APP_VERSION }}-android
path: |
./gui/src-android/app/src/main/assets/libc++_shared.so
./gui/src-android/app/src/main/assets/libztm.so

0 comments on commit eb2ab22

Please sign in to comment.