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: release:
types: types:
- published - published
workflow_dispatch:
jobs: jobs:
publish_chocolatey: publish_chocolatey:
@ -35,7 +36,7 @@ jobs:
flutter config --enable-windows-desktop flutter config --enable-windows-desktop
flutter pub get flutter pub get
dart bin/create-secrets.dart '${{ secrets.LYRICS_SECRET }}' '${{ secrets.SPOTIFY_SECRET }}' dart bin/create-secrets.dart '${{ secrets.LYRICS_SECRET }}' '${{ secrets.SPOTIFY_SECRET }}'
dart pub global activate melos 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