Skip to content

Commit

Permalink
cd: fix flutter_distributor for windows not working (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Nov 24, 2023
1 parent 82593f1 commit 64080ef
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ 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/[email protected]
with:
cache: true
Expand Down Expand Up @@ -74,9 +79,10 @@ jobs:
- name: Build Windows Executable
run: |
dart pub global activate flutter_distributor
dart pub global activate melos
cd flutter_distributor && melos bs && cd ..
make innoinstall
flutter_distributor package --platform=windows --targets=exe --skip-clean
dart run ./flutter_distributor/packages/flutter_distributor/bin/main.dart 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
Expand Down

0 comments on commit 64080ef

Please sign in to comment.