Skip to content

Commit

Permalink
πŸ’š Install create-dmg during Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 authored Aug 19, 2023
1 parent f7fdc7c commit 30c5757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# p12-file-base64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
# p12-password: ${{ secrets.P12_PASSWORD }}

- name: Install xcbeautify
- name: Install dependencies
run: |
brew install xcbeautify
brew install xcbeautify create-dmg
- name: Build Loop.app
run: |
Expand All @@ -45,4 +45,4 @@ jobs:
name: Loop Build
path: |
Build/Loop.zip
Build/Loop.dmg
Build/Loop.dmg

0 comments on commit 30c5757

Please sign in to comment.