added env

This commit is contained in:
Brord van Wierst 2023-12-01 19:40:42 +01:00
parent 294d5a2e66
commit c7a2061003
No known key found for this signature in database
GPG key ID: 20E7ACBD8E02BC11

View file

@ -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 }}