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