File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3333 required : false
3434 type : string
3535
36+ permissions :
37+ contents : write
38+ pull-requests : write
39+
3640jobs :
3741 prep :
3842 uses : OneSignal/sdk-actions/.github/workflows/prep-release.yml@main
@@ -188,12 +192,17 @@ jobs:
188192 sed -i '' "s/setSdkVersion:@\"[0-9]*\"/setSdkVersion:@\"${PADDED_VERSION}\"/" \
189193 com.onesignal.unity.ios/Runtime/Plugins/iOS/UIApplication+OneSignalUnity.mm
190194
195+ - name : Cleaning up Unity locks
196+ run : |
197+ pkill -f Unity || true
198+ rm -f OneSignalExample/Temp/UnityLockfile
199+ rm -rf OneSignalExample/Library OneSignalExample/Temp OneSignalExample/obj OneSignalExample/UserSettings || true
200+
191201 - name : Run UpdateProjectVersion
192202 uses : buildalon/unity-action@v3
193203 with :
194204 project-path : OneSignalExample
195205 args : -quit -batchmode -nographics -buildTarget Android -executeMethod OneSignalSDK.OneSignalPackagePublisher.UpdateProjectVersion
196-
197206
198207 - name : Run ExportUnityPackage
199208 uses : buildalon/unity-action@v3
You can’t perform that action at this time.
0 commit comments