Skip to content

Commit

Permalink
fixing ci archive again
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Oct 20, 2021
1 parent da483e7 commit 2e4c2d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion app/ButterflySetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

2 comments on commit 2e4c2d1

@vercel
Copy link

@vercel vercel bot commented on 2e4c2d1 Oct 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2e4c2d1 Oct 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.