mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
Windows release workflow fix
This commit is contained in:
parent
62ea78dfbf
commit
bc9e451d6b
3
.github/workflows/spotube-release.yml
vendored
3
.github/workflows/spotube-release.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user