Browse Source

Update Sophia.yml

pull/401/head
Dmitry Nefedov 2 years ago
committed by GitHub
parent
commit
91b0dc1ff5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .github/workflows/Sophia.yml

16
.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

Loading…
Cancel
Save