Skip to content

Commit

Permalink
ci/fix: build universal apk and upload it
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Oct 16, 2024
1 parent 2ab8bae commit 8228819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
- name: Clippy
run: cargo clippy --manifest-path=src-tauri/Cargo.toml --all-targets --all-features -- -D warnings
- name: build Apk
run: pnpm tauri android build
run: pnpm tauri android build --apk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
STRONGHOLD_SALT: ${{ secrets.STRONGHOLD_SALT }}
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- uses: actions/upload-artifact@v4
with:
name: Sparus-${{ env.SHORT_SHA }}.zip
path: ${{steps.sign_app.outputs.signedReleaseFile}}
path: gen/android/app/build/outputs/bundle/universalRelease/*.apk
if-no-files-found: error

0 comments on commit 8228819

Please sign in to comment.