Skip to content

Commit 9a621bb

Browse files
committed
Update build-macos.yml
1 parent 3610bda commit 9a621bb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install system dependencies
2424
run: |
25-
brew install exiftool libraw
25+
brew install exiftool libraw create-dmg
2626
2727
- name: Install Python dependencies
2828
run: |
@@ -103,4 +103,7 @@ jobs:
103103
uses: actions/upload-artifact@v4
104104
with:
105105
name: VibeCulling-macOS
106-
path: dist/
106+
path: |
107+
dist/
108+
*.dmg
109+
*.zip

0 commit comments

Comments
 (0)