/
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Upload to SSH using WinSCP Powershell
|
- name: Upload to SSH using WinSCP Powershell
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
& "$env:GITHUB_WORKSPACE\.gitea\sshupload.ps1" `
|
& "$env:GITHUB_WORKSPACE\.gitea\workflow\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 }}" `
|
||||||
|
|||||||
Reference in New Issue
Block a user