This commit is contained in:
RoyceDa
2026-02-18 14:58:43 +02:00
parent f6a57762c0
commit c24c1c7fd9

View File

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