Skip to content

Commit

Permalink
Another CI test...
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed May 8, 2024
1 parent 39414ca commit 588a2a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dev-desktop-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: "dev-desktop-builds"

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]
workflow_dispatch:
inputs:
sign_macos:
description: 'Sign macOS version'
description: "Sign macOS version"
type: boolean
required: true
default: 'false'
default: "false"
gen_doc:
description: 'Generate documentation'
description: "Generate documentation"
type: boolean
required: true
default: 'true'
default: "true"

env:
GODOT_VERSION: 4.2
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
#hdiutil create -srcfolder ./build/mac -fs HFS+ -volname material_maker material_maker_${{ env.MM_RELEASE }}.dmg
wget https://github.com/create-dmg/create-dmg/archive/refs/tags/v1.2.2.zip
unzip v1.2.2.zip
create-dmg-1.2.2/create-dmg -volname "Material Maker" --icon-size 128 --background splash_screen/backgrounds/pavel_oliva_vintage_luggage.png --window-size 540 330 --icon "Material Maker.app" 158 125 --app-drop-link 384 125 --hide-extension "Material Maker.app" ./build/mac/material_maker_${{ env.MM_RELEASE }}.dmg ./build/mac
create-dmg-1.2.2/create-dmg --volname "Material Maker" --icon-size 128 --background splash_screen/backgrounds/pavel_oliva_vintage_luggage.png --window-size 540 330 --icon "Material Maker.app" 158 125 --app-drop-link 384 125 --hide-extension "Material Maker.app" ./build/mac/material_maker_${{ env.MM_RELEASE }}.dmg ./build/mac
- name: Notarizing ✍️
if: ${{ github.event.inputs.sign_macos == 'true' }}
env:
Expand Down

0 comments on commit 588a2a9

Please sign in to comment.