Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
fix: git action
Browse files Browse the repository at this point in the history
  • Loading branch information
suu3 committed Jul 10, 2024
1 parent fcf2a4a commit 95b8cfd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
run: |
echo "SUPABASE_URL=${SUPABASE_URL}" >> .env
echo "SUPABASE_ANON_KEY=${SUPABASE_ANON_KEY}" >> .env
- run: flutter build web --release
# 1. change path which exist lib/main.dart
# working-directory: ./flutter-riverpod-demo
- run: flutter build web --release
- run: |
# 2. change path to [existed lib/main.dart path]/build/web
cd build/web
Expand Down

0 comments on commit 95b8cfd

Please sign in to comment.