From 2e4c2d1968137fdd2b771ddec03b3207f49f404c Mon Sep 17 00:00:00 2001 From: CodeDoctorDE Date: Wed, 20 Oct 2021 19:14:46 +0100 Subject: [PATCH] fixing ci archive again --- .github/workflows/build.yml | 9 +++++++++ app/ButterflySetup.iss | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aae87177f017..fd4b8901ac9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,12 @@ jobs: name: windows-build path: | app/build/windows/runner/Release/** + - name: Archive + uses: actions/upload-artifact@v2 + with: + name: windows-setup + path: | + app/build/windows/Butterfly-Setup.exe build-linux: runs-on: ubuntu-18.04 steps: @@ -135,6 +141,9 @@ jobs: with: name: linux-build path: linux-build/ + - uses: actions/download-artifact@v2 + with: + name: windows-setup - name: 📦 Zip artifacts run: | zip -r windows.zip windows-build/* diff --git a/app/ButterflySetup.iss b/app/ButterflySetup.iss index a270ef9f738d..c08cf2c50e20 100644 --- a/app/ButterflySetup.iss +++ b/app/ButterflySetup.iss @@ -34,7 +34,7 @@ SetupIconFile={#RunnerSourceDir}\resources\app_icon.ico Compression=lzma SolidCompression=yes WizardStyle=modern -Uninstallable=not IsTaskSelected('portablemode') +Uninstallable=not WizardIsTaskSelected('portablemode') [Languages] Name: "english"; MessagesFile: "compiler:Default.isl"