Skip to content

Commit 2e4c2d1

Browse files
author
CodeDoctorDE
committed
fixing ci archive again
1 parent da483e7 commit 2e4c2d1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ jobs:
6363
name: windows-build
6464
path: |
6565
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
6672
build-linux:
6773
runs-on: ubuntu-18.04
6874
steps:
@@ -135,6 +141,9 @@ jobs:
135141
with:
136142
name: linux-build
137143
path: linux-build/
144+
- uses: actions/download-artifact@v2
145+
with:
146+
name: windows-setup
138147
- name: 📦 Zip artifacts
139148
run: |
140149
zip -r windows.zip windows-build/*

app/ButterflySetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SetupIconFile={#RunnerSourceDir}\resources\app_icon.ico
3434
Compression=lzma
3535
SolidCompression=yes
3636
WizardStyle=modern
37-
Uninstallable=not IsTaskSelected('portablemode')
37+
Uninstallable=not WizardIsTaskSelected('portablemode')
3838

3939
[Languages]
4040
Name: "english"; MessagesFile: "compiler:Default.isl"

0 commit comments

Comments
 (0)