We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742d765 commit 39ae629Copy full SHA for 39ae629
1 file changed
.github/workflows/build.yml
@@ -192,11 +192,7 @@ jobs:
192
193
- name: Create DMG
194
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
+ brew install create-dmg
200
201
mkdir -p dist
202
APP_PATH="build/macos/Build/Products/Release/Distribute.app"
0 commit comments