We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a24933 commit 332e3cdCopy full SHA for 332e3cd
.github/workflows/macos.yml
@@ -29,8 +29,9 @@ jobs:
29
- name: Run build
30
run: cmake --build ./build/
31
- name: Create DMG
32
- run: brew install create-dmg |
33
- create-dmg ./build/Release/ ./build/Release/odamex.dmg --background ./media/macinstaller-background.png
+ run: |
+ brew install create-dmg
34
+ create-dmg ./build/Release/ ./build/Release/odamex.dmg --background ./media/macinstaller-background.png
35
- name: Upload DMG
36
uses: actions/upload-artifact@v4
37
with:
0 commit comments