env test5
This commit is contained in:
parent
0225ba169c
commit
05cc28d415
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: 'Create env file'
|
||||
run: |
|
||||
touch .env
|
||||
echo ${{ variables.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