File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 63
63
name : windows-build
64
64
path : |
65
65
app/build/windows/runner/Release/**
66
+ - name : Archive
67
+ uses : actions/upload-artifact@v2
68
+ with :
69
+ name : windows-setup
70
+ path : |
71
+ app/build/windows/Butterfly-Setup.exe
66
72
build-linux :
67
73
runs-on : ubuntu-18.04
68
74
steps :
@@ -135,6 +141,9 @@ jobs:
135
141
with :
136
142
name : linux-build
137
143
path : linux-build/
144
+ - uses : actions/download-artifact@v2
145
+ with :
146
+ name : windows-setup
138
147
- name : 📦 Zip artifacts
139
148
run : |
140
149
zip -r windows.zip windows-build/*
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ SetupIconFile={#RunnerSourceDir}\resources\app_icon.ico
34
34
Compression = lzma
35
35
SolidCompression = yes
36
36
WizardStyle = modern
37
- Uninstallable = not IsTaskSelected (' portablemode' )
37
+ Uninstallable = not WizardIsTaskSelected (' portablemode' )
38
38
39
39
[Languages]
40
40
Name : " english" ; MessagesFile : " compiler:Default.isl"
You can’t perform that action at this time.
0 commit comments