Skip to content

Commit fdebd4b

Browse files
committed
add build pipeline package
1 parent 13bd0b2 commit fdebd4b

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
@@ -80,6 +80,12 @@ jobs:
8080
with:
8181
version-file: 'OneSignalExample/ProjectSettings/ProjectVersion.txt'
8282

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+
8389
# need to activate the Unity license to run Unity in batchmode; required for exportPackage
8490
- uses: buildalon/activate-unity-license@v2
8591
with:

0 commit comments

Comments
 (0)