We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6f12a commit 62a4e19Copy full SHA for 62a4e19
1 file changed
.github/workflows/ci.yml
@@ -60,6 +60,21 @@ jobs:
60
name: Main Tests
61
uses: ./.github/workflows/composite-nomex
62
63
+ - name: package
64
+ if: ${{ matrix.release == 'R2026a' }}
65
+ uses: matlab-actions/run-command@v3
66
+ with:
67
+ startup-options: -sd ${{ github.workspace }}/scripts
68
+ command: packageToolbox()
69
+
70
+ - name: upload .mltbx
71
+ if: ${{ hashFiles('stdlib.mltbx') != '' && matrix.release == 'R2026a' }}
72
+ uses: actions/upload-artifact@v7
73
74
+ name: stdlib.mltbx
75
+ path: stdlib.mltbx
76
77
78
macos-2024a-newer:
79
timeout-minutes: 15
80
runs-on: macos-latest
0 commit comments