From 91b0dc1ff54ba704971895a01d3023c9bcd909d3 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Mon, 19 Sep 2022 15:09:03 +0300 Subject: [PATCH] Update Sophia.yml --- .github/workflows/Sophia.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index 7627f7da..a12127f7 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -17,35 +17,35 @@ jobs: - name: Dependencies run: | - . "SophiApp\Scripts\Dependencies.ps1" + . "Scripts\Dependencies.ps1" - name: Sophia Script for Windows 10 run: | - . "SophiApp\Scripts\Windows_10.ps1" + . "Scripts\Windows_10.ps1" - name: Sophia Script for Windows 10 PowerShell 7 run: | - . "SophiApp\Scripts\Windows_10_PS_7.ps1" + . "Scripts\Windows_10_PS_7.ps1" - name: Sophia Script for Windows 10 LTSC 2019 run: | - . "SophiApp\Scripts\Windows_10_LTSC_2019.ps1" + . "Scripts\Windows_10_LTSC_2019.ps1" - name: Sophia Script for Windows 10 LTSC 2021 run: | - . "SophiApp\Scripts\Windows_10_LTSC_2021.ps1" + . "Scripts\Windows_10_LTSC_2021.ps1" - name: Sophia Script for Windows 11 run: | - . "SophiApp\Scripts\Windows_10.ps1" + . "Scripts\Windows_10.ps1" - name: Sophia Script for Windows 11 PowerShell 7 run: | - . "SophiApp\Scripts\Windows_10_PS_7.ps1" + . "Scripts\Windows_10_PS_7.ps1" - name: Sophia Script Wrapper run: | - . "SophiApp\Scripts\Wrapper.ps1" + . "Scripts\Wrapper.ps1" - name: ReleaseNotesTemplate id: read_release