Skip to content

Commit 7afd52c

Browse files
committed
Update upm.yaml
1 parent d09a3d0 commit 7afd52c

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/upm.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)