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 cea1710 commit c4848b0Copy full SHA for c4848b0
.github/workflows/create-release-pr.yml
@@ -79,6 +79,7 @@ jobs:
79
uses: buildalon/[email protected]
80
with:
81
version-file: 'OneSignalExample/ProjectSettings/ProjectVersion.txt'
82
+ build-targets: 'Android'
83
84
# need to activate the Unity license to run Unity in batchmode; required for exportPackage
85
- uses: buildalon/activate-unity-license@v2
OneSignalExample/ProjectSettings/ProjectVersion.txt
@@ -1,2 +1,2 @@
1
-m_EditorVersion: 2022.3.10f1
2
-m_EditorVersionWithRevision: 2022.3.10f1 (ff3792e53c62)
+m_EditorVersion: 2023.3.0a8
+m_EditorVersionWithRevision: 2023.3.0a8 (aef773e5a80b)
0 commit comments