From bc1ed6fe2a58ab8ad458e2aa81acdf72082952f5 Mon Sep 17 00:00:00 2001 From: KR Tirtho Date: Mon, 17 Jan 2022 16:47:01 +0600 Subject: [PATCH] default shell in windows workflow & syntax fix --- .github/workflows/flutter-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 356adc65..ae77ce82 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -34,8 +34,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v2 - - uses: subosito/flutter-action@v2 - - shell: powershell + - uses: subosito/flutter-action@v2.2.0 - run: flutter config --enable-windows-desktop - run: flutter build windows - run: curl -o installer.exe https://jrsoftware.org/download.php/is.exe @@ -43,7 +42,6 @@ jobs: - 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-Windows-Bundle