pwsh fix
This commit is contained in:
@@ -27,9 +27,11 @@ jobs:
|
||||
- name: Build the application
|
||||
run: npm run kernel:win
|
||||
- name: Upload build to SFTP
|
||||
shell: pwsh
|
||||
shell: powershell
|
||||
run: |
|
||||
# Установка модуля Posh-SSH
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
|
||||
Install-Module -Name Posh-SSH -Force -Scope CurrentUser -AllowClobber
|
||||
|
||||
# Получаем файл для загрузки
|
||||
|
||||
Reference in New Issue
Block a user