summaryrefslogtreecommitdiff
path: root/.github/workflows/macos-compile.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos-compile.yml')
-rw-r--r--.github/workflows/macos-compile.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/macos-compile.yml b/.github/workflows/macos-compile.yml
index d3c5dfbf8..59986d8fc 100644
--- a/.github/workflows/macos-compile.yml
+++ b/.github/workflows/macos-compile.yml
@@ -25,7 +25,9 @@ jobs:
- name: Create Package
run: |
mkdir spaghetti-${{ matrix.config }}
- mv build-cmake/Spaghettify spaghetti-${{ matrix.config }}/
+ # The mac build now produces SpaghettiKart.app; zip with ditto so the
+ # executable bit survives artifact upload.
+ ditto -c -k --keepParent build-cmake/SpaghettiKart.app spaghetti-${{ matrix.config }}/SpaghettiKart.app.zip
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with: