Skip to content

Commit d677d0d

Browse files
committed
resolve unity pacakge
1 parent 10a5172 commit d677d0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ jobs:
8787
username: '${{ secrets.UNITY_USERNAME }}'
8888
password: '${{ secrets.UNITY_PASSWORD }}'
8989

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+
9096
- name: Get current native SDK versions
9197
id: current_versions
9298
run: |

0 commit comments

Comments
 (0)