Update mac.yml

This commit is contained in:
cmclark00 2024-08-14 01:24:37 -04:00 committed by GitHub
parent a903e757e8
commit db675d1ee7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ jobs:
- name: Create DMG - name: Create DMG
run: | run: |
brew install create-dmg brew install create-dmg
create-dmg 'rpi-imager.app' create-dmg 'rpi-imager.dmg' 'rpi-imager.app'
# This creates the DMG in the build directory # This creates the DMG in the build directory
- name: Upload Artifact - name: Upload Artifact