Skip to content

Commit 98e0280

Browse files
committed
Update Windows CI workflow to change SSH-Studio portable zip copy path
1 parent 7614840 commit 98e0280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# Produce a portable zip as well
107107
cd /c/_stage
108108
7z a SSH-Studio-portable.zip ssh-studio > /dev/null
109-
cp SSH-Studio-portable.zip /c/SSH-Studio/
109+
cp SSH-Studio-portable.zip /D/a/SSH-Studio/SSH-Studio/
110110
echo STAGE_WIN_PATH=C:\\_stage\\ssh-studio >> $GITHUB_OUTPUT
111111
112112
- name: Download Inno Setup

0 commit comments

Comments
 (0)