mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
default shell in windows workflow & syntax fix
This commit is contained in:
parent
0998c97208
commit
bc1ed6fe2a
4
.github/workflows/flutter-build.yml
vendored
4
.github/workflows/flutter-build.yml
vendored
@ -34,8 +34,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2.2.0
|
||||||
- shell: powershell
|
|
||||||
- run: flutter config --enable-windows-desktop
|
- run: flutter config --enable-windows-desktop
|
||||||
- run: flutter build windows
|
- run: flutter build windows
|
||||||
- run: curl -o installer.exe https://jrsoftware.org/download.php/is.exe
|
- 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: ./iscc/iscc.exe scripts/windows-setup-creator.iss
|
||||||
- run: rm -recurse iscc
|
- run: rm -recurse iscc
|
||||||
- run: rm installer.exe
|
- run: rm installer.exe
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Spotube-Windows-Bundle
|
name: Spotube-Windows-Bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user