Skip to content

Commit

Permalink
Feat: set Json File Add
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed Nov 6, 2024
1 parent d7d6471 commit fbd67f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:

- name: MOVE FCM JSON
run: |
mv firebase-admin.json ./src/main/resources
mv firebase-admin.json src/main/resources/
cd ./src/main/resources
mkdir -p firebase
mv FirebaseAdminSDK.json ./firebase
mv FirebaseAdminSDK.json firebase/
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit fbd67f6

Please sign in to comment.