Skip to content

Commit 1604ad7

Browse files
committed
[FIX] CD WorkFlow μˆ˜μ •
1 parent 8152d0b commit 1604ad7

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

β€Ž.github/workflows/android_cd.ymlβ€Ž

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,19 @@ jobs:
9999
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/firebase-credentials.json
100100
echo "GOOGLE_APPLICATION_CREDENTIALS=$GOOGLE_APPLICATION_CREDENTIALS"
101101
102-
# 15. Firebase ν”„λ‘œμ νŠΈ μ„€μ •
103-
- name: Set Firebase Project
104-
run: |
105-
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/firebase-credentials.json
106-
firebase use --add || (echo "❌ Firebase ν”„λ‘œμ νŠΈ μ„€μ • μ‹€νŒ¨!"; exit 1)
107-
108-
# 16. Firebase CLI 인증 확인
102+
# 15. Firebase CLI 인증 확인
109103
- name: Check Firebase CLI Authentication
110104
run: |
111105
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/firebase-credentials.json
106+
112107
echo "πŸ“Œ GOOGLE_APPLICATION_CREDENTIALS μ„€μ • κ°’:"
113108
echo $GOOGLE_APPLICATION_CREDENTIALS
114109
ls -l $GOOGLE_APPLICATION_CREDENTIALS
115-
cat $GOOGLE_APPLICATION_CREDENTIALS
116110
117111
echo "πŸ“Œ ν˜„μž¬ Firebase ν”„λ‘œμ νŠΈ λͺ©λ‘ 확인:"
118112
firebase projects:list || (echo "❌ Firebase 인증 μ‹€νŒ¨!"; exit 1)
119113
120-
# 17. Firebase App Distribution Upload
114+
# 16. Firebase App Distribution Upload
121115
- name: Upload APK to Firebase App Distribution
122116
env:
123117
GOOGLE_APPLICATION_CREDENTIALS: $HOME/firebase-credentials.json
@@ -140,7 +134,7 @@ jobs:
140134
--release-notes "πŸš€ μƒˆλ‘œμš΄ 데λͺ¨ 버전이 λ°°ν¬λ˜μ—ˆμŠ΅λ‹ˆλ‹€!" \
141135
--groups "orbit_tester_group"
142136
143-
# 18. Notify Discord
137+
# 17. Notify Discord
144138
- name: Notify Discord
145139
env:
146140
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}

0 commit comments

Comments
Β (0)