Skip to content

Commit 17e3b44

Browse files
committed
fixed path to source directory
1 parent a461292 commit 17e3b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
- name: build sdk
168168
run: |
169-
python sdk-src/scripts/gha/build_ios_tvos.py -b firebase-cpp-sdk-ios-tvos-build
169+
python sdk-src/scripts/gha/build_ios_tvos.py -b firebase-cpp-sdk-ios-tvos-build -s sdk-src
170170
sdk-src/build_scripts/ios/package.sh firebase-cpp-sdk-ios-tvos-build firebase-cpp-sdk-ios-tvos-package
171171
cd firebase-cpp-sdk-ios-tvos-package
172172
tar -czhf ../firebase-cpp-sdk-ios-tvos-package.tgz .

0 commit comments

Comments
 (0)