Skip to content

feat: improve workflows #27

feat: improve workflows

feat: improve workflows #27

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prepare-artifacts:
uses: ./.github/workflows/common-build.yml
upload-artifacts:
runs-on: ubuntu-latest
needs: build-artifacts

Check failure on line 16 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 16, Col: 12): Job 'upload-artifacts' depends on unknown job 'build-artifacts'.
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Upload Debug & Release Binaries
uses: actions/upload-artifact@v4
with:
name: context-launcher-debug-and-release-apk-and-aab
path: |
android/app/build/outputs/apk/debug/*.apk
android/app/build/outputs/apk/release/*.apk
android/app/build/outputs/bundle/release/*.aab