Skip to content

Commit c7212b9

Browse files
ci: Updated packaging scripts path in azure.yml (#2163)
1 parent d522e07 commit c7212b9

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ services:
6565
prepackage:
6666
windows:
6767
shell: pwsh
68-
run: ../scripts/package_frontend.ps1
68+
run: ./scripts/package_frontend.ps1
6969
interactive: true
7070
continueOnError: false
7171
posix:
7272
shell: sh
73-
run: ../scripts/package_frontend.sh
73+
run: ./scripts/package_frontend.sh
7474
interactive: true
7575
continueOnError: false
7676

0 commit comments

Comments
 (0)