Skip to content

Commit 4835536

Browse files
author
impri2
committed
fix: fix cd yaml
1 parent 77e922a commit 4835536

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
GOOGLE_SERVICE_INFO_DEV: ${{ secrets.GOOGLE_SERVICE_INFO_DEV }}
7070
run: |
7171
mkdir "Siksha/Supporting Files"
72-
echo "$BUNDLE" > Siksha/Supporting Files/bundle.xcconfig
73-
echo "$BUNDLE_DEV" > Siksha/Supporting Files/bundle-dev.xcconfig
74-
echo "$CONFIG" > Siksha/Supporting Files/config.plist
75-
echo "$GOOGLE_SERVICE_INFO" > Siksha/Supporting Files/GoogleService-Info.plist
76-
echo "$GOOGLE_SERVICE_INFO_DEV" > Siksha/Supporting Files/GoogleService-Info-dev.xcconfig
72+
echo "$BUNDLE" > "Siksha/Supporting Files/bundle.xcconfig"
73+
echo "$BUNDLE_DEV" > "Siksha/Supporting Files/bundle-dev.xcconfig"
74+
echo "$CONFIG" > "Siksha/Supporting Files/config.plist"
75+
echo "$GOOGLE_SERVICE_INFO" > "Siksha/Supporting Files/GoogleService-Info.plist"
76+
echo "$GOOGLE_SERVICE_INFO_DEV" > "Siksha/Supporting Files/GoogleService-Info-dev.xcconfig"
7777
7878
7979
- name: Upload prod app to TestFlight

0 commit comments

Comments
 (0)