added env

pull/795/head
Brord van Wierst 2 years ago
parent 294d5a2e66
commit c7a2061003
No known key found for this signature in database
GPG Key ID: 20E7ACBD8E02BC11

@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
- run: echo "$WEB_APP_ENV" > .env
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}

Loading…
Cancel
Save