We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132d0b2 commit 4a60f26Copy full SHA for 4a60f26
.github/workflows/mac.yml
@@ -38,7 +38,7 @@ jobs:
38
--java-options '"--add-opens=javafx.fxml/javafx.fxml=ALL-UNNAMED"' \
39
--type dmg \
40
--mac-package-identifier com.gluonhq.scenebuilder \
41
- --mac-package-name 'Scene Builder' \
+ --mac-package-name 'Scene Builder'
42
mv $INSTALL_DIR/SceneBuilder-${{ env.VERSION }}.dmg $INSTALL_DIR/SceneBuilder-${{ env.TAG }}.dmg
43
ls $INSTALL_DIR
44
echo ::set-output name=path::$INSTALL_DIR/SceneBuilder-${{ env.TAG }}.dmg
0 commit comments