ampersand

This commit is contained in:
RoyceDa
2026-02-18 12:20:46 +02:00
parent 3eb2b7f493
commit 319086218d

View File

@@ -34,4 +34,9 @@ jobs:
- name: Upload to SSH using WinSCP Powershell
shell: powershell
run: |
.\sshupload.ps1 -LocalFilePath "dist/builds/win/x64/Rosetta-*.exe" -RemoteFolderPath ${{ secrets.SSH_TARGET_DIR }} -ServerAddress ${{ secrets.SSH_HOST }} -Username ${{ secrets.SSH_USERNAME }} -PasswordParam ${{ secrets.SSH_PASSWORD }}
& ".\sshupload.ps1" `
-LocalFilePath "dist/builds/win/x64/Rosetta-*.exe" `
-RemoteFolderPath "${{ secrets.SSH_TARGET_DIR }}" `
-ServerAddress "${{ secrets.SSH_HOST }}" `
-Username "${{ secrets.SSH_USERNAME }}" `
-PasswordParam "${{ secrets.SSH_PASSWORD }}"