feat(windows): create my_plugin_windows (#5)

This commit is contained in:
Felix Angelov
2022-02-17 13:42:41 -06:00
committed by GitHub
parent 7ccf9524aa
commit b09c1243c9
14 changed files with 324 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
name: my_plugin_windows
on:
pull_request:
paths:
- ".github/workflows/my_plugin_windows.yaml"
- "src/my_plugin_windows/**"
push:
branches:
- main
paths:
- ".github/workflows/my_plugin_windows.yaml"
- "src/my_plugin_windows/**"
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 2.10.1
working_directory: src/my_plugin_windows