From eb1cf90d03128a07d653327b4f7d6b47989af11e Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Wed, 18 Feb 2026 13:32:44 +0200 Subject: [PATCH] workspace correct --- .gitea/workflows/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/windows.yaml b/.gitea/workflows/windows.yaml index cb5dcd0..30f8875 100644 --- a/.gitea/workflows/windows.yaml +++ b/.gitea/workflows/windows.yaml @@ -34,7 +34,7 @@ jobs: - name: Upload to SSH using WinSCP Powershell shell: powershell run: | - & ".\sshupload.ps1" ` + & "${{ runner.workspace }}\sshupload.ps1" ` -LocalFilePath "dist/builds/win/x64/Rosetta-*.exe" ` -RemoteFolderPath "${{ secrets.SSH_TARGET_DIR }}" ` -ServerAddress "${{ secrets.SSH_HOST }}" `