workspace correct

This commit is contained in:
RoyceDa
2026-02-18 13:32:44 +02:00
parent 319086218d
commit eb1cf90d03

View File

@@ -34,7 +34,7 @@ jobs:
- name: Upload to SSH using WinSCP Powershell - name: Upload to SSH using WinSCP Powershell
shell: powershell shell: powershell
run: | run: |
& ".\sshupload.ps1" ` & "${{ runner.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 }}" `