We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa1372 commit d7deea4Copy full SHA for d7deea4
.github/workflows/macos.yml
@@ -46,3 +46,13 @@ jobs:
46
python@3
47
- name: Build
48
run: bash scripts/build_macos.sh && otool -L build/dune3d
49
+ - name: Install dependencies for bundling
50
+ run: brew install dylibbundler
51
+ - name: Bundle app
52
+ run: bash scripts/bundle_macos.sh
53
+ - name: Upload bundle
54
+ uses: actions/upload-artifact@v4
55
+ with:
56
+ name: "Dune3D-mac"
57
+ path: "./dist/Dune 3D.app/"
58
+ include-hidden-files: true
0 commit comments