Skip to content

Commit c7b5c7b

Browse files
committed
updating workflows to use new ios tvos build scripts.
1 parent e41ca77 commit c7b5c7b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ jobs:
161161

162162
- name: build sdk
163163
run: |
164-
sdk-src/build_scripts/ios/build.sh -b firebase-cpp-sdk-ios-build -s sdk-src
165-
sdk-src/build_scripts/ios/package.sh firebase-cpp-sdk-ios-build firebase-cpp-sdk-ios-package
166-
cd firebase-cpp-sdk-ios-package
167-
tar -czhf ../firebase-cpp-sdk-ios-package.tgz .
164+
python sdk-src/scripts/gha/build_ios_tvos.py -b firebase-cpp-sdk-ios-tvos-build
165+
sdk-src/build_scripts/ios/package.sh firebase-cpp-sdk-ios-tvos-build firebase-cpp-sdk-ios-tvos-package
166+
cd firebase-cpp-sdk-ios-tvos-package
167+
tar -czhf ../firebase-cpp-sdk-ios-tvos-package.tgz .
168168
169169
- name: Print built libraries
170170
shell: bash
@@ -184,8 +184,8 @@ jobs:
184184
- name: upload artifacts
185185
uses: actions/[email protected]
186186
with:
187-
name: firebase-cpp-sdk-ios-package
188-
path: firebase-cpp-sdk-ios-package.tgz
187+
name: firebase-cpp-sdk-ios-tvos-package
188+
path: firebase-cpp-sdk-ios-tvos-package.tgz
189189

190190
build_and_package_android:
191191
name: build-and-package-android-${{matrix.stl}}

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
5656
- name: Build SDK
5757
run: |
58-
build_scripts/ios/build.sh -b ios_build -s .
58+
python scripts/gha/build_ios_tvos.py -b ios_tvos_build -s .

0 commit comments

Comments
 (0)