Skip to content

Commit

Permalink
github: fix macOS packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Dec 10, 2023
1 parent 6a3f019 commit 8dd92c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ jobs:
LAUNCHER_PROFILE_DATA: ${{ vars.LAUNCHER_PROFILE_DATA }}
LAUNCHER_PROFILE_UUID: ${{ vars.LAUNCHER_PROFILE_UUID }}
- name: Install appdmg
run: npm install -g appdmg
run: |
python3 -m pip install setuptools
npm install -g appdmg
- name: Download Artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 8dd92c8

Please sign in to comment.