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 714871a commit 5265ce8
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 @@ -315,7 +315,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 packaging
npm install -g appdmg
- name: Download Artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 5265ce8

Please sign in to comment.