Update main.yml

This commit is contained in:
Alex Spataru 2021-01-12 00:23:03 -05:00 committed by GitHub
parent 9c26276768
commit bbc4b4d207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,11 @@ on:
#--------------------------------------------------------------------------------
env:
APP_NAME: SerialStudio
PRO_FILE: Serial-Studio.pro
APP_VERSION: 1.0.5
APP_QMLDIR: assets/qml
APP_NAME: "SerialStudio"
PRO_FILE: "Serial-Studio.pro"
NICE_APP_NAME: "Serial Studio"
APP_VERSION: "1.0.5"
APP_QMLDIR: "assets/qml"
#--------------------------------------------------------------------------------
# Workflow jobs (GNU/Linux, macOS & Windows)
@ -128,7 +129,7 @@ jobs:
#
- name: Create DMG
run: |
mv -r "*.app" "Serial Studio.app"
mv "*.app" "${NICE_APP_NAME}.app"
make dmg
mv *.dmg ${APP_NAME}-${APP_VERSION}-macOS.dmg