Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Aug 4, 2024
1 parent 32ad08c commit 4aafe65
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
android_build:
runs-on: 'ubuntu-latest'
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: setup node
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
done
- name: Install yarn deps
run: yarn
- name: Init Android project
- name: Init Android project
run: yarn tauri android init
env:
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
Expand All @@ -53,5 +53,3 @@ jobs:
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- name: find apk
run: ls src-tauri/gen/android/app/build/outputs/apk/universal


0 comments on commit 4aafe65

Please sign in to comment.