cd: use verbose

This commit is contained in:
Kingkor Roy Tirtho 2023-10-16 11:59:57 +06:00
parent 082cf5d81f
commit 49419350bb

View File

@ -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 }