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