Skip to content

Commit

Permalink
updated workflow template
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Sep 28, 2021
1 parent e4428c2 commit b1a20cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workflow-templates/upm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true

stragegy:
matrix:
build-target: [StandaloneWindows64, WSAPlayer, Android]

jobs:
setup:
runs-on: self-hosted
Expand All @@ -24,6 +20,7 @@ jobs:
- uses: actions/checkout@v2

- id: validate-unity-installation
name: 'Unity Installation Validation'
run: |
Write-Host "Unity Installation Validation"
$editorRootPath = ""
Expand Down Expand Up @@ -110,12 +107,15 @@ jobs:
build:
needs: setup
runs-on: self-hosted
stragegy:
matrix:
build-target: [StandaloneWindows64, WSAPlayer, Android]

steps:
- uses: actions/checkout@v2
submodules: true

- uses: xrtk/unity-action@v1.0.0-preview.1
- uses: xrtk/unity-action@main
with:
name: 'validation'
editor-path: ${{ needs.setup.outputs.editor-path }}
Expand Down

0 comments on commit b1a20cf

Please sign in to comment.