Skip to content

Commit

Permalink
how about this
Browse files Browse the repository at this point in the history
  • Loading branch information
alexobviously committed Oct 19, 2023
1 parent 3423e42 commit 44669ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v3
- name: Write .env
run: echo "${{ secrets.DOT_ENV }}" > .env
- name: Write .env to another place because why not
run: echo "${{ secrets.DOT_ENV }}" > assets/.env
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 44669ad

Please sign in to comment.