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 ee63a23 commit dcee145Copy full SHA for dcee145
.github/workflows/create-release-pr.yml
@@ -66,8 +66,9 @@ jobs:
66
- name: Clone and update native SDKs
67
run: |
68
echo "Cloning native SDKs..."
69
+ cd ..
70
git clone https://github.com/OneSignal/OneSignal-iOS-SDK.git
- cd OneSignal-iOS-SDK && git checkout ${{ inputs.ios_version }} && cd ..
71
+ cd OneSignal-iOS-SDK && git checkout ${{ inputs.ios_version }} && cd OneSignal-DotNet-SDK
72
73
echo "Running update_native_binaries.sh..."
74
chmod +x ./update_native_binaries.sh
0 commit comments