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 990f439 commit cb98f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/window_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Window Installer
name: Window Installer

on:
push:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Get dependencies example app
working-directory: example
run: flutter pub get```
run: flutter pub get

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

0 comments on commit cb98f48

Please sign in to comment.