initial commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# flutter-action
|
||||
|
||||
This action sets up a flutter environment for use in actions.
|
||||
|
||||
# Usage
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@latest
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
version: '8.x'
|
||||
- uses: subosito/flutter-action@master
|
||||
with:
|
||||
version: 'v1.7.8+hotfix.4'
|
||||
- run: flutter build apk
|
||||
```
|
||||
Reference in New Issue
Block a user