Skip to content

Commit

Permalink
Update window_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quocbao238 committed Jun 3, 2023
1 parent cb98f48 commit b4820d0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/window_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,20 @@ jobs:

- name: Install NSIS
run: choco install nsis -y # If using Chocolatey, or use an alternative method to install NSIS

- name: Create Installer
run: |
set -e
cp path/to/your/app.exe app.exe
cp path/to/your/installer.nsi installer.nsi
makensis installer.nsi

- name: Start build
working-directory: example
run: flutter build windows


- name: Create Installer
run: |
set -e
cp path/to/your/app.exe app.exe
cp path/to/your/installer.nsi installer.nsi
makensis installer.nsi
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit b4820d0

Please sign in to comment.