Skip to content

Commit

Permalink
Merge pull request #110 from UMC-TripPiece/fix/109
Browse files Browse the repository at this point in the history
fix: CI/CD 오류 해결
  • Loading branch information
StoneCAU authored Jan 9, 2025
2 parents f0d0cde + 186d5c8 commit becd697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
name: "trippiece-fcm.json"
json: ${{ secrets.FIREBASE_JSON }}
dir: 'src/main/resources/firebase/'
dir: './src/main/resources/firebase/'

# Gradle 빌드 수행
- name: Build with Gradle
Expand Down

0 comments on commit becd697

Please sign in to comment.