Skip to content

Commit

Permalink
ci: don't sign apk on pr and create universal apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Oct 16, 2024
1 parent 39ac128 commit cff99d2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,11 @@ 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 --target aarch64 --split-per-abi
run: pnpm tauri android build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
STRONGHOLD_SALT: ${{ secrets.STRONGHOLD_SALT }}
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- uses: filippoLeporati93/android-release-signer@v1
name: Sign app APK
id: sign_app
with:
releaseDirectory: src-tauri/gen/android/app/build/outputs/apk/arm64/release/
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"
- uses: actions/upload-artifact@v4
with:
name: Sparus-${{ env.SHORT_SHA }}.zip
Expand Down

0 comments on commit cff99d2

Please sign in to comment.