Skip to content

Commit

Permalink
cd: fix distutils not found for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho authored Nov 17, 2023
1 parent fc4a39e commit ed63032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ jobs:
- name: Package Macos App
run: |
python3 -m pip install setuptools
npm install -g appdmg
mkdir -p build/${{ env.BUILD_VERSION }}
appdmg appdmg.json build/Spotube-macos-universal.dmg
Expand Down

0 comments on commit ed63032

Please sign in to comment.