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 - name: Dependencies
run: | run: |
. "SophiApp\Scripts\Dependencies.ps1" . "Scripts\Dependencies.ps1"
- name: Sophia Script for Windows 10 - name: Sophia Script for Windows 10
run: | run: |
. "SophiApp\Scripts\Windows_10.ps1" . "Scripts\Windows_10.ps1"
- name: Sophia Script for Windows 10 PowerShell 7 - name: Sophia Script for Windows 10 PowerShell 7
run: | run: |
. "SophiApp\Scripts\Windows_10_PS_7.ps1" . "Scripts\Windows_10_PS_7.ps1"
- name: Sophia Script for Windows 10 LTSC 2019 - name: Sophia Script for Windows 10 LTSC 2019
run: | run: |
. "SophiApp\Scripts\Windows_10_LTSC_2019.ps1" . "Scripts\Windows_10_LTSC_2019.ps1"
- name: Sophia Script for Windows 10 LTSC 2021 - name: Sophia Script for Windows 10 LTSC 2021
run: | run: |
. "SophiApp\Scripts\Windows_10_LTSC_2021.ps1" . "Scripts\Windows_10_LTSC_2021.ps1"
- name: Sophia Script for Windows 11 - name: Sophia Script for Windows 11
run: | run: |
. "SophiApp\Scripts\Windows_10.ps1" . "Scripts\Windows_10.ps1"
- name: Sophia Script for Windows 11 PowerShell 7 - name: Sophia Script for Windows 11 PowerShell 7
run: | run: |
. "SophiApp\Scripts\Windows_10_PS_7.ps1" . "Scripts\Windows_10_PS_7.ps1"
- name: Sophia Script Wrapper - name: Sophia Script Wrapper
run: | run: |
. "SophiApp\Scripts\Wrapper.ps1" . "Scripts\Wrapper.ps1"
- name: ReleaseNotesTemplate - name: ReleaseNotesTemplate
id: read_release id: read_release

Loading…
Cancel
Save