File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,13 @@ jobs:
1717 - name : Pack dev UPM packages
1818 if : github.event_name == 'pull_request'
1919 run : |
20- ${{ github.workspace }}/Pipelines/Scripts/pack-upm.ps1
21- -ProjectRoot: ${{ github.workspace }}/MixedRealityToolkit-Unity
22- -OutputDirectory: ${{ github.workspace }}/build/upm/output
23- -PrereleaseTag: dev
24- -Revision: $(Get-Date -Format "yyMMddHHmmss")
25- -BuildNumber: ${{ github.run_number }}
20+ ${{ github.workspace }}/Pipelines/Scripts/pack-upm.ps1 -ProjectRoot: ${{ github.workspace }}/MixedRealityToolkit-Unity -OutputDirectory: ${{ github.workspace }}/build/upm/output -PrereleaseTag: dev -Revision: $(Get-Date -Format "yyMMddHHmmss") -BuildNumber: ${{ github.run_number }}
2621 shell : pwsh
2722
2823 - name : Pack preview UPM packages
2924 if : github.event_name == 'push'
30- run : >
31- ${{ github.workspace }}/Pipelines/Scripts/pack-upm.ps1
32- -ProjectRoot: ${{ github.workspace }}/MixedRealityToolkit-Unity
33- -OutputDirectory: ${{ github.workspace }}/build/upm/output
34- -PrereleaseTag: pre
35- -Revision: $(Get-Date -Format "yyMMddHHmmss")
36- -BuildNumber: ${{ github.run_number }}
25+ run : |
26+ ${{ github.workspace }}/Pipelines/Scripts/pack-upm.ps1 -ProjectRoot: ${{ github.workspace }}/MixedRealityToolkit-Unity -OutputDirectory: ${{ github.workspace }}/build/upm/output -PrereleaseTag: pre -Revision: $(Get-Date -Format "yyMMddHHmmss") -BuildNumber: ${{ github.run_number }}
3727 shell : pwsh
3828
3929 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments