Skip to content

Add build-android workflow #6

Add build-android workflow

Add build-android workflow #6

name: Build Android
on:
workflow_dispatch:
# push:
# tags:
# - v*
jobs:
build:
runs-on: ubuntu-latest
name: Build android
steps:

Check failure on line 12 in .github/workflows/build-android.yaml

GitHub Actions / .github/workflows/build-android.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
- name: Checkout
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Install
run: npm ci
- name: build
run: npm -w @pikatorrent/app run build:android:production