Актуализация ветки Dev #2

Merged
Royce59 merged 43 commits from main into dev 2026-02-18 17:08:04 +00:00
Showing only changes of commit 6a8269afa1 - Show all commits

View File

@@ -27,7 +27,7 @@ jobs:
- name: Upload to SSH using WinSCP Powershell - name: Upload to SSH using WinSCP Powershell
shell: powershell shell: powershell
run: | run: |
& "${{ runner.workspace }}\sshupload.ps1" ` & "$env:GITHUB_WORKSPACE\sshupload.ps1" `
-LocalFilePath "dist/builds/win/x64/Rosetta-*.exe" ` -LocalFilePath "dist/builds/win/x64/Rosetta-*.exe" `
-RemoteFolderPath "${{ secrets.SSH_TARGET_DIR }}" ` -RemoteFolderPath "${{ secrets.SSH_TARGET_DIR }}" `
-ServerAddress "${{ secrets.SSH_HOST }}" ` -ServerAddress "${{ secrets.SSH_HOST }}" `