Skip to content

Finalize custom Android 13 image setup #53

Finalize custom Android 13 image setup

Finalize custom Android 13 image setup #53

Workflow file for this run

# Copyright 2022 Marcel Alexandru Nitan
# https://github.com/nitanmarcel/cinny-click-packaging/blob/main/.github/workflows/build.yml
name: Clickable Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install clickable
run: |
python3 -m pip install clickable-ut
- name: Build
run: |
clickable build
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: waydroid_helper_UNCONFINED
path: build/all/app/*.click
if-no-files-found: error