mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: upgrade flutter_distributor
This commit is contained in:
parent
bb8f250f5f
commit
5b659ce8c9
10
.github/workflows/spotube-release-binary.yml
vendored
10
.github/workflows/spotube-release-binary.yml
vendored
@ -33,11 +33,6 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: KRTirtho/flutter_distributor
|
||||
path: flutter_distributor
|
||||
ref: fix-windows-build
|
||||
- uses: subosito/flutter-action@v2.10.0
|
||||
with:
|
||||
cache: true
|
||||
@ -79,10 +74,9 @@ jobs:
|
||||
|
||||
- name: Build Windows Executable
|
||||
run: |
|
||||
dart pub global activate melos
|
||||
cd flutter_distributor && melos bs && cd ..
|
||||
dart pub global activate flutter_distributor
|
||||
make innoinstall
|
||||
dart run ./flutter_distributor/packages/flutter_distributor/bin/main.dart package --platform=windows --targets=exe --skip-clean
|
||||
flutter_distributor package --platform=windows --targets=exe --skip-clean
|
||||
mv dist/**/spotube-*-windows-setup.exe dist/Spotube-windows-x86_64-setup.exe
|
||||
|
||||
- name: Create Chocolatey Package and set hash
|
||||
|
Loading…
Reference in New Issue
Block a user