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 }}" `