mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fixed syntax error in workflow
This commit is contained in:
parent
633ca2d267
commit
0998c97208
4
.github/workflows/flutter-build.yml
vendored
4
.github/workflows/flutter-build.yml
vendored
@ -40,11 +40,11 @@ jobs:
|
|||||||
- 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
|
||||||
- run: ./installer.exe /verysilent /allusers /dir=iscc
|
- 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 -recurse iscc
|
||||||
- run: rm installer.exe
|
- run: rm installer.exe
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Spotube-Linux-Bundle
|
name: Spotube-Windows-Bundle
|
||||||
path: build/installer/Spotube-windows-x86_64-setup.exe
|
path: build/installer/Spotube-windows-x86_64-setup.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user