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 10a5172 commit d677d0dCopy full SHA for d677d0d
.github/workflows/create-release-pr.yml
@@ -87,6 +87,12 @@ jobs:
87
username: '${{ secrets.UNITY_USERNAME }}'
88
password: '${{ secrets.UNITY_PASSWORD }}'
89
90
+ - name: Resolve Unity Package
91
+ uses: buildalon/unity-action@v3
92
+ with:
93
+ project-path: OneSignalExample
94
+ args: -quit -batchmode -projectPath . -executeMethod UnityEditor.PackageManager.Client.Resolve
95
+
96
- name: Get current native SDK versions
97
id: current_versions
98
run: |
0 commit comments