Skip to content

Build and release calculator for Android #14

Build and release calculator for Android

Build and release calculator for Android #14

Workflow file for this run

name: CD
on:
workflow_dispatch:
jobs:
build:
# macOS because we can cross-compile to all other platforms from it
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
cache: true

Check failure on line 14 in .github/workflows/calc-android.yml

View workflow run for this annotation

GitHub Actions / CD

Invalid workflow file

The workflow is not valid. .github/workflows/calc-android.yml (Line: 14, Col: 9): Unexpected value 'cache'
- uses: bluefireteam/melos-action@v2
- uses: goto-bus-stop/setup-zig@v2
- uses: KyleMayes/install-llvm-action@v1
with:
version: "15"
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- uses: nttld/setup-ndk@v1
with:
ndk-version: r26d
- name: Build all library binaries
run: melos run build
- uses: actions/upload-artifact@v4
with:
path: "apps/calculator/build/app/outputs/apk/debug/*.apk"
compression-level: 2