Skip to content

Commit a3fc570

Browse files
committed
fix: CI에서 Info.plist도 복원 추가
1 parent 0af7959 commit a3fc570

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,15 @@ jobs:
8585
echo -n "$PROVISIONING_PROFILE_WIDGET" | base64 --decode \
8686
-o ~/Library/MobileDevice/Provisioning\ Profiles/KeychyApp_Widget_Distribution.mobileprovision
8787
88-
# 6. SPM 패키지 해석 (빌드 전 미리 다운로드)
88+
# 6. gitignore된 설정 파일 복원
89+
- name: Restore GoogleService-Info.plist
90+
env:
91+
GOOGLE_SERVICE_INFO_PLIST: ${{ secrets.GOOGLE_SERVICE_INFO_PLIST }}
92+
run: |
93+
echo -n "$GOOGLE_SERVICE_INFO_PLIST" | base64 --decode \
94+
-o Keychy/GoogleService-Info.plist
95+
96+
# 7. SPM 패키지 해석 (빌드 전 미리 다운로드)
8997
- name: Resolve Swift packages
9098
run: xcodebuild -resolvePackageDependencies -scheme Keychy -clonedSourcePackagesDirPath SourcePackages
9199

0 commit comments

Comments
 (0)