Skip to content

Fix filePath for renderMethod PDF generation #1090

Fix filePath for renderMethod PDF generation

Fix filePath for renderMethod PDF generation #1090

Workflow file for this run

name: Android
on:
push:
branches: [main]
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm i --legacy-peer-deps
- run: npm run prebuild:android
- run: ./gradlew assembleDebug -Dorg.gradle.logging.level=info
working-directory: android
name: Build Android apk (debug)