We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d5ff1 commit 7614840Copy full SHA for 7614840
.github/workflows/windows.yml
@@ -106,6 +106,7 @@ jobs:
106
# Produce a portable zip as well
107
cd /c/_stage
108
7z a SSH-Studio-portable.zip ssh-studio > /dev/null
109
+ cp SSH-Studio-portable.zip /c/SSH-Studio/
110
echo STAGE_WIN_PATH=C:\\_stage\\ssh-studio >> $GITHUB_OUTPUT
111
112
- name: Download Inno Setup
@@ -125,7 +126,7 @@ jobs:
125
126
with:
127
name: windows-artifacts
128
path: |
- C:/_stage/SSH-Studio-portable.zip
129
+ SSH-Studio-portable.zip
130
installer/installer/out/*.exe
131
132
0 commit comments