1.0.4-1.4.9

This commit is contained in:
RoyceDa
2026-02-19 23:11:41 +02:00
parent a8ec08f0f5
commit f01ed34285
3 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ jobs:
run: |
& "$env:GITHUB_WORKSPACE\.gitea\workflows\sshupload.ps1" `
-LocalFilePath "dist/builds/win/x64/Rosetta-*.exe" `
-RemoteFolderPath "${{ secrets.SDU_SSH_TARGET_DIR }}/win32/x64" `
-RemoteFolderPath "${{ secrets.SDU_SSH_KERNEL }}/win32/x64" `
-ServerAddress "${{ secrets.SDU_SSH_HOST }}" `
-Username "${{ secrets.SDU_SSH_USERNAME }}" `
-PasswordParam '${{ secrets.SDU_SSH_PASSWORD }}'