Skip to content

Commit

Permalink
add change cloudProjectId to 9ck ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
sonohoshi committed May 17, 2024
1 parent 8e4a49d commit 00c94e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ios-build-and-release-for-9ck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
echo "$GOOGLE_SERVICE_INFO" | base64 -d > ${{ matrix.projectPath }}/Assets/GoogleService-Info.plist
# echo "$GOOGLE_SERVICE_INFO" | base64 -D -o ${{ matrix.projectPath }}/Assets/GoogleService-Info.plist
- name: Change cloudProjectId in ProjectSettings.asset
run: |
sed -i '/cloudProjectId/c\ cloudProjectId: fa57c419-1189-418d-951c-055e5f9738d0' ${{ matrix.projectPath }}/ProjectSettings/ProjectSettings.asset
cat ${{ matrix.projectPath }}/ProjectSettings/ProjectSettings.asset
- name: Free Disk Space
run: |
sudo swapoff -a
Expand Down

0 comments on commit 00c94e2

Please sign in to comment.