Skip to content

Upload APK as artifact #2

Upload APK as artifact

Upload APK as artifact #2

Workflow file for this run

name: Build Flutter App

Check failure on line 1 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: Build
run-name: ${{ github.actor }} is creating a new release 🚀
on:
workflow_run:
workflows: ["Build Flutter App"]
types:
- completed
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - ready_for_review
# branches:
# - 'main'
# paths-ignore:
# - '**.md'
# - 'doc/**'
# - '.git/'
# - '.vscode/'
jobs:
Build:
runs-on: ubuntu-latest
steps:
# - name: Build APK and AppBundle
# uses: actions/checkout@v3
# uses: actions/setup-java@v2
# with:
# distribution: 'zulu'
# java-version: '11'
# uses: subosito/flutter-action@v2
# with:
# channel: 'stable'
# run: flutter pub get
# - run: flutter test
# run: flutter build apk
# run: flutter build appbundle
# - name: Archive production artifacts
# uses: actions/upload-artifact@v3
# with:
# name: dist-without-markdown
# path: |
# build/app/outputs/flutter-apk/app-debug.apk