Skip to content

fix(challenge-view-mode): completed and expired posts cannot be compl… #407

fix(challenge-view-mode): completed and expired posts cannot be compl…

fix(challenge-view-mode): completed and expired posts cannot be compl… #407

Workflow file for this run

name: Flutter Application Build
on: push
jobs:
flutter-app-build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Flutter SDK
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: pubspec.yaml
cache: true
- name: Install Flutter Dependencies
run: |
flutter config --no-analytics --no-cli-animations
flutter --version
flutter pub get
- name: Flutter Build APK
run: ./scripts/build
- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: proxima-app
path: build/Proxima*.apk