Skip to content

Commit

Permalink
💚 Relocate GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Beelzenef committed Aug 15, 2023
1 parent e55c533 commit a555d5b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Flutter CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter pub get
- run: flutter build apk

0 comments on commit a555d5b

Please sign in to comment.