mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: use verbose
This commit is contained in:
parent
082cf5d81f
commit
49419350bb
2
.github/workflows/spotube-release-binary.yml
vendored
2
.github/workflows/spotube-release-binary.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
dart pub global activate flutter_distributor
|
dart pub global activate flutter_distributor
|
||||||
make innoinstall
|
make innoinstall
|
||||||
flutter_distributor package --platform=windows --targets=exe --skip-clean
|
flutter_distributor package --platform=windows --targets=exe --skip-clean --flutter-build-args=verbose
|
||||||
mv dist/**/spotube-*-windows-setup.exe dist/Spotube-windows-x86_64-setup.exe
|
mv dist/**/spotube-*-windows-setup.exe dist/Spotube-windows-x86_64-setup.exe
|
||||||
if (!(Test-Path dist\Spotube-windows-x86_64-setup.exe)) { exit 1 }
|
if (!(Test-Path dist\Spotube-windows-x86_64-setup.exe)) { exit 1 }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user