Dmitry Nefedov 2 years ago
parent
commit
5fbd33caa3
  1. 4
      .github/workflows/Sophia.yml

4
.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 }}

Loading…
Cancel
Save