We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3dd3c commit 5d46c71Copy full SHA for 5d46c71
.github/workflows/macos.yml
@@ -31,9 +31,9 @@ jobs:
31
- name: Create DMG
32
run: |
33
brew install create-dmg
34
- create-dmg ./build/Release/odamex.dmg ./build/Release/ --background ./media/macinstaller-background.png
+ create-dmg odamex.dmg ./build/Release/ --background ./media/macinstaller-background.png
35
- name: Upload DMG
36
uses: actions/upload-artifact@v4
37
with:
38
name: Odamex-MacOS
39
- path: 'build/Release/odamex.dmg'
+ path: './odamex.dmg'
0 commit comments