Skip to content

Commit

Permalink
ci: cp .env to build
Browse files Browse the repository at this point in the history
  • Loading branch information
shiki-tak committed Jul 18, 2024
1 parent 10cf54d commit 7f235f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:

- name: Build
working-directory: flutter_bird_app
run: flutter build web
run: |
flutter build web
cp .env build/web/
- name: Set GitHub Deployment Environment
id: github_deployment_environment
Expand Down

0 comments on commit 7f235f5

Please sign in to comment.