Skip to content

Commit 39ae629

Browse files
ci: fix macos dmg creation
1 parent 742d765 commit 39ae629

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,7 @@ jobs:
192192

193193
- name: Create DMG
194194
run: |
195-
if ! command -v create-dmg &> /dev/null; then
196-
echo "Downloading create-dmg..."
197-
curl -sL https://raw.githubusercontent.com/create-dmg/create-dmg/master/create-dmg -o /usr/local/bin/create-dmg
198-
chmod +x /usr/local/bin/create-dmg
199-
fi
195+
brew install create-dmg
200196
201197
mkdir -p dist
202198
APP_PATH="build/macos/Build/Products/Release/Distribute.app"

0 commit comments

Comments
 (0)