Skip to content

Commit

Permalink
cd: upgrade flutter_distributor
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Dec 2, 2023
1 parent bb8f250 commit 5b659ce
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
cache: true
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5b659ce

Please sign in to comment.