From 0998c97208c3d33528af6efa4dd7747705807b9d Mon Sep 17 00:00:00 2001 From: KR Tirtho Date: Mon, 17 Jan 2022 14:05:32 +0600 Subject: [PATCH] fixed syntax error in workflow --- .github/workflows/flutter-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 8dca3692..356adc65 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -40,11 +40,11 @@ jobs: - run: flutter build windows - run: curl -o installer.exe https://jrsoftware.org/download.php/is.exe - run: ./installer.exe /verysilent /allusers /dir=iscc - - run: & ./iscc/iscc.exe scripts/windows-setup-creator.iss + - run: ./iscc/iscc.exe scripts/windows-setup-creator.iss - run: rm -recurse iscc - run: rm installer.exe - uses: actions/upload-artifact@v2 with: - name: Spotube-Linux-Bundle + name: Spotube-Windows-Bundle path: build/installer/Spotube-windows-x86_64-setup.exe