Skip to content

Commit dcee145

Browse files
committed
update path
1 parent ee63a23 commit dcee145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ jobs:
6666
- name: Clone and update native SDKs
6767
run: |
6868
echo "Cloning native SDKs..."
69+
cd ..
6970
git clone https://github.com/OneSignal/OneSignal-iOS-SDK.git
70-
cd OneSignal-iOS-SDK && git checkout ${{ inputs.ios_version }} && cd ..
71+
cd OneSignal-iOS-SDK && git checkout ${{ inputs.ios_version }} && cd OneSignal-DotNet-SDK
7172
7273
echo "Running update_native_binaries.sh..."
7374
chmod +x ./update_native_binaries.sh

0 commit comments

Comments
 (0)