From 6a8269afa1b0c6a70f14aac15458abf4cf926ea9 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Wed, 18 Feb 2026 13:45:15 +0200 Subject: [PATCH] github actions --- .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 64a6e15..9def26c 100644 --- a/.gitea/workflows/windows.yaml +++ b/.gitea/workflows/windows.yaml @@ -27,7 +27,7 @@ jobs: - name: Upload to SSH using WinSCP Powershell shell: powershell run: | - & "${{ runner.workspace }}\sshupload.ps1" ` + & "$env:GITHUB_WORKSPACE\sshupload.ps1" ` -LocalFilePath "dist/builds/win/x64/Rosetta-*.exe" ` -RemoteFolderPath "${{ secrets.SSH_TARGET_DIR }}" ` -ServerAddress "${{ secrets.SSH_HOST }}" `