ampersand
This commit is contained in:
@@ -34,4 +34,9 @@ jobs:
|
|||||||
- name: Upload to SSH using WinSCP Powershell
|
- name: Upload to SSH using WinSCP Powershell
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user