We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33d616 commit 59cede0Copy full SHA for 59cede0
1 file changed
.github/workflows/build_workstation_macos.yml
@@ -47,9 +47,15 @@ jobs:
47
test -f painter/dist/RootPainter.app/Contents/MacOS/RootPainterTrainerBundle/RootPainterTrainer
48
test -d painter/dist/RootPainter.app/Contents/MacOS/RootPainterTrainerBundle/_internal
49
50
+ - name: Zip .app (preserve bundle)
51
+ shell: bash
52
+ run: |
53
+ cd painter/dist
54
+ ditto -c -k --keepParent RootPainter.app RootPainter-Workstation-macOS.zip
55
+
56
- name: Upload artifact
57
uses: actions/upload-artifact@v4
58
with:
59
name: RootPainter-Workstation-macOS
- path: painter/dist/RootPainter.app
-
60
+ path: painter/dist/RootPainter-Workstation-macOS.zip
61
+ if-no-files-found: error
0 commit comments