Windows release workflow fix

This commit is contained in:
Kingkor Roy Tirtho 2022-07-11 11:13:55 +06:00
parent 62ea78dfbf
commit bc9e451d6b

View File

@ -3,6 +3,7 @@ on:
release:
types:
- published
workflow_dispatch:
jobs:
publish_chocolatey:
@ -35,7 +36,7 @@ jobs:
flutter config --enable-windows-desktop
flutter pub get
dart bin/create-secrets.dart '${{ secrets.LYRICS_SECRET }}' '${{ secrets.SPOTIFY_SECRET }}'
dart pub global activate melos
dart pub global activate flutter_distributor
make innoinstall
flutter_distributor package --platform=windows --targets=exe --skip-clean