Skip to content

Update github_actions.yml #5

Update github_actions.yml

Update github_actions.yml #5

Workflow file for this run

name: DPIP
on:
push:
branches: [ "Release" ]
pull_request:
branches: [ "Release" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.6'
- run: flutter pub get
- run: flutter build apk
- run: flutter build appbundle