Skip to content

Commit 980b1dc

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ jobs:
7979
uses: buildalon/[email protected]
8080
with:
8181
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
8289
8390
# need to activate the Unity license to run Unity in batchmode; required for exportPackage
8491
- uses: buildalon/activate-unity-license@v2

0 commit comments

Comments
 (0)