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 13bd0b2 commit 980b1dcCopy full SHA for 980b1dc
1 file changed
.github/workflows/create-release-pr.yml
@@ -79,6 +79,13 @@ jobs:
79
uses: buildalon/unity-setup@v2.1.1
80
with:
81
version-file: 'OneSignalExample/ProjectSettings/ProjectVersion.txt'
82
+ build-targets: 'Android'
83
+
84
+ - name: Add Build Pipeline Package
85
+ working-directory: OneSignalExample
86
+ run: |
87
+ npm install -g openupm-cli
88
+ openupm add com.virtualmaker.buildalon
89
90
# need to activate the Unity license to run Unity in batchmode; required for exportPackage
91
- uses: buildalon/activate-unity-license@v2
0 commit comments