env test9
This commit is contained in:
parent
735faac568
commit
072b6d6880
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: 'Create env file'
|
||||
run: |
|
||||
touch .env
|
||||
echo $WEB_APP_ENV >> .env
|
||||
echo "$WEB_APP_ENV" >> .env
|
||||
cat .env
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue