This commit is contained in:
RoyceDa
2026-02-18 15:05:26 +02:00
parent c24c1c7fd9
commit 6a69c3b195

View File

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