Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Renamed macOS installer dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jul 21, 2023
1 parent d792b34 commit ec26e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
- name: Create DMG
run: |
brew install create-dmg
create-dmg --volname "Vector Audio Installer" --app-drop-link 600 185 --window-size 800 400 --icon "VectorAudio.app" 200 190 "VectorAudio-${{ env.RELEASE_VERSION }}-Installer.dmg" "build/VectorAudio.app"
create-dmg --volname "Vector Audio Installer" --app-drop-link 600 185 --window-size 800 400 --icon "VectorAudio.app" 200 190 "VectorAudio-${{ env.RELEASE_VERSION }}-Universal.dmg" "build/VectorAudio.app"
- name: Release
uses: softprops/action-gh-release@v1
with:
files: VectorAudio-${{ env.RELEASE_VERSION }}-Installer.dmg
files: VectorAudio-${{ env.RELEASE_VERSION }}-Universal.dmg

0 comments on commit ec26e8e

Please sign in to comment.