Skip to content

Bump org.jetbrains.dokka from 1.8.20 to 1.9.20 #357

Bump org.jetbrains.dokka from 1.8.20 to 1.9.20

Bump org.jetbrains.dokka from 1.8.20 to 1.9.20 #357

Workflow file for this run

name: Android CI
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Build App
uses: ./.github/actions/gradle
with:
buildType: Debug
runTests: true
keystore: ${{ secrets.RELEASE_KEYSTORE }}
keystorePassword: ${{ secrets.RELEASE_KEYSTORE_PASSWORD }}
- uses: actions/upload-artifact@v3
with:
name: ziti-mobile-edge-debug.aab
path: app/build/outputs/bundle/debug/*.aab
- uses: actions/upload-artifact@v3
with:
name: ziti-mobile-edge-debug.apk
path: app/build/outputs/apk/debug/*.apk