From 33c99c9e75048eabe70c89f702d694f8db0130eb Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Wed, 6 Jul 2022 02:04:37 +0300 Subject: [PATCH] Update Sophia.yml --- .github/workflows/Sophia.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index 34809e88..8ddd5a7a 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -257,7 +257,7 @@ jobs: } Copy-Item @Parameters - Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 10 PowerShell 7" -Force | Copy-Item -Destination "Sophia Script for Windows 10 PowerShell 7 v$LatestRelease" -Recurse -Force + Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 11 PowerShell 7" -Force | Copy-Item -Destination "Sophia Script for Windows 11 PowerShell 7 v$LatestRelease" -Recurse -Force $Parameters = @{ Path = "Sophia Script for Windows 11 PowerShell 7 v$LatestRelease" @@ -308,7 +308,7 @@ jobs: file_glob: true prerelease: true - - name: Upload SHA256SUM to release + - name: Upload archives to release uses: svenstaro/upload-release-action@master with: repo_token: ${{ secrets.GITHUB_TOKEN }}