remove hyphen from name

This commit is contained in:
dries.k
2022-08-27 16:51:39 +02:00
parent 71a6036cce
commit 4f6ce0db56
8 changed files with 14 additions and 47 deletions

View File

@@ -93,7 +93,7 @@ jobs:
run: |
make build-macos
brew install create-dmg
create-dmg --volname "Gotify Tray" --app-drop-link 0 0 --no-internet-enable "gotify-tray.dmg" "./dist/Gotify-Tray.app"
create-dmg --volname "Gotify Tray" --app-drop-link 0 0 --no-internet-enable "gotify-tray.dmg" "./dist/Gotify Tray.app"
- name: Upload artifact
uses: actions/upload-artifact@v2
with:

View File

@@ -74,7 +74,7 @@ jobs:
run: |
make build-macos
brew install create-dmg
create-dmg --volname "Gotify Tray" --app-drop-link 0 0 --no-internet-enable "gotify-tray.dmg" "./dist/Gotify-Tray.app"
create-dmg --volname "Gotify Tray" --app-drop-link 0 0 --no-internet-enable "gotify-tray.dmg" "./dist/Gotify Tray.app"
- name: Upload artifact
uses: actions/upload-artifact@v2
with: