Fix build path

pull/3665/head
Halil İbrahim Kalkan 6 years ago
parent 128fded359
commit 03386cce3d

@ -20,9 +20,9 @@ jobs:
dotnet-version: "3.1.100"
- name: Build All
run: .\build-all.ps1
run: .\build\build-all.ps1
shell: pwsh
- name: Test All
run: .\test-all.ps1
run: .\build\test-all.ps1
shell: pwsh

Loading…
Cancel
Save