Skip to content

Commit 332e3cd

Browse files
committed
Fix create-dmg install
1 parent 6a24933 commit 332e3cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/macos.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
- name: Run build
3030
run: cmake --build ./build/
3131
- name: Create DMG
32-
run: brew install create-dmg |
33-
create-dmg ./build/Release/ ./build/Release/odamex.dmg --background ./media/macinstaller-background.png
32+
run: |
33+
brew install create-dmg
34+
create-dmg ./build/Release/ ./build/Release/odamex.dmg --background ./media/macinstaller-background.png
3435
- name: Upload DMG
3536
uses: actions/upload-artifact@v4
3637
with:

0 commit comments

Comments
 (0)