We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24521eb commit aec7834Copy full SHA for aec7834
.github/workflows/macos.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
brew install create-dmg
34
mkdir -p build/artifact && cd build
35
- cp -aR "client/odamex.app" "server/odasrv" "odalaunch/odalaunch.app" "wad/odamex.wad" "../config-samples" "../MAINTAINERS" "../CHANGELOG" "../README" "../LICENSE" artifact/
+ cp -aR "client/odamex.app" "server/odasrv" "odalaunch/odalaunch.app" "../config-samples" "../MAINTAINERS" "../CHANGELOG" "../README" "../LICENSE" artifact/
36
create-dmg odamex.dmg ./artifact --background ../media/macinstaller-background.png
37
- name: Upload DMG
38
uses: actions/upload-artifact@v4
0 commit comments