diff --git a/.DS_Store b/.DS_Store index 7255bf3..e7a3d4d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 1e972f8..0b83826 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -31,6 +31,7 @@ jobs: run: flutter build web --release - name: Deploy to Firebase Hosting + working-directory: frontend uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 03dd36a..c7e494b 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -14,7 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - run: flutter build web + working-directory: frontend - uses: FirebaseExtended/action-hosting-deploy@v0 + working-directory: frontend with: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WESALAPP_BC676 }}