Skip to content

Commit 7614840

Browse files
committed
Fixed installation path
1 parent 56d5ff1 commit 7614840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +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/
109110
echo STAGE_WIN_PATH=C:\\_stage\\ssh-studio >> $GITHUB_OUTPUT
110111
111112
- name: Download Inno Setup
@@ -125,7 +126,7 @@ jobs:
125126
with:
126127
name: windows-artifacts
127128
path: |
128-
C:/_stage/SSH-Studio-portable.zip
129+
SSH-Studio-portable.zip
129130
installer/installer/out/*.exe
130131
131132

0 commit comments

Comments
 (0)