From cb98f48ab0393fcdfbbf91c0ba3c87687e2ae2dc Mon Sep 17 00:00:00 2001 From: quocbao238 Date: Sat, 3 Jun 2023 09:39:53 +0700 Subject: [PATCH] Update window_release.yml --- .github/workflows/window_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/window_release.yml b/.github/workflows/window_release.yml index aa832a0..372745f 100644 --- a/.github/workflows/window_release.yml +++ b/.github/workflows/window_release.yml @@ -1,4 +1,4 @@ -name: Window Installer +name: Window Installer on: push: @@ -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