From 58e8dc4e4b0561f1ee7b0f23086ac7fc8f72a451 Mon Sep 17 00:00:00 2001
From: Kentai Radiquum <kentai.waah@gmail.com>
Date: Sat, 22 Feb 2025 01:30:26 +0500
Subject: [PATCH] try to fix 3

---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 79d5a0b..ba72a1f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
         id: pages
         uses: actions/configure-pages@v4
       - name: Get FireBase json from environment
-        run: "echo $FIREBASE_SERVICE_ACCOUNT_BLOB > firebase-adminsdk.json"
+        run: "echo $FIREBASE_SERVICE_ACCOUNT_BLOB > ./firebase-adminsdk.json"
         working-directory: ./generate
         env:
           FIREBASE_SERVICE_ACCOUNT_BLOB: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BLOB }}