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 e468610 commit d09a3d0Copy full SHA for d09a3d0
.github/workflows/upm.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Pack preview UPM packages
29
if: github.event_name == 'push'
30
- run: |
+ run: >
31
${{ github.workspace }}/Pipelines/Scripts/pack-upm.ps1
32
-ProjectRoot: ${{ github.workspace }}/MixedRealityToolkit-Unity
33
-OutputDirectory: ${{ github.workspace }}/build/upm/output
0 commit comments