Skip to content

Commit

Permalink
cd: separately package linux packages due to wrong RPATH causing deb …
Browse files Browse the repository at this point in the history
…and tar to fail
  • Loading branch information
KRTirtho committed Apr 10, 2023
1 parent 1c55567 commit 42d1db6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ jobs:
- name: Build Linux Packages
run: |
dart pub global activate flutter_distributor
flutter_distributor package --platform=linux --targets=deb,appimage,rpm --skip-clean
alias dpkg-deb="dpkg-deb --Zxz"
flutter_distributor package --platform=linux --targets=appimage
flutter_distributor package --platform=linux --targets=rpm
flutter_distributor package --platform=linux --targets=deb
- name: Create tar.xz (stable)
if: ${{ inputs.channel == 'stable' }}
Expand Down

0 comments on commit 42d1db6

Please sign in to comment.