diff --git a/.github/workflows/jib-build-depoly.yml b/.github/workflows/jib-build-depoly.yml index 52c7ec5..73c05cc 100644 --- a/.github/workflows/jib-build-depoly.yml +++ b/.github/workflows/jib-build-depoly.yml @@ -83,6 +83,7 @@ jobs: - name: 🐧 create service-account.json run: | + mkdir -p ./daepiro-api/src/main/resources cd ./daepiro-api/src/main/resources touch ./service-account.json echo "${{ secrets.FCM }}" | base64 --decode > ./service-account.json