We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a461292 commit 17e3b44Copy full SHA for 17e3b44
.github/workflows/cpp-packaging.yml
@@ -166,7 +166,7 @@ jobs:
166
167
- name: build sdk
168
run: |
169
- python sdk-src/scripts/gha/build_ios_tvos.py -b firebase-cpp-sdk-ios-tvos-build
+ python sdk-src/scripts/gha/build_ios_tvos.py -b firebase-cpp-sdk-ios-tvos-build -s sdk-src
170
sdk-src/build_scripts/ios/package.sh firebase-cpp-sdk-ios-tvos-build firebase-cpp-sdk-ios-tvos-package
171
cd firebase-cpp-sdk-ios-tvos-package
172
tar -czhf ../firebase-cpp-sdk-ios-tvos-package.tgz .
0 commit comments