We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a078e3b commit b1494d5Copy full SHA for b1494d5
1 file changed
.github/workflows/build-macos-arm.yml
@@ -70,6 +70,12 @@ jobs:
70
cd build
71
ninja test
72
73
+ - name: Build Package
74
+ if: ${{ ! matrix.docs }}
75
+ run: |
76
+ cd build
77
+ cpack -G Bundle
78
+
79
- name: Upload Artifacts
80
uses: actions/upload-artifact@v4
81
with:
@@ -80,3 +86,9 @@ jobs:
86
build/src/ngscopeclient/shaders/*
87
build/lib/scopehal/libscopehal.dylib
82
88
build/lib/scopeprotocols/libscopeprotocols.dylib
89
90
+ - name: Upload Package
91
+ uses: actions/upload-artifact@v4
92
+ with:
93
+ name: ngscopeclient-${{ runner.os }}-${{ github.job }}-package
94
+ path: build/*.dmg
0 commit comments