Skip to content

Commit 62a4e19

Browse files
committed
ci: upload stdlib.mltbx
1 parent ff6f12a commit 62a4e19

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@ jobs:
6060
name: Main Tests
6161
uses: ./.github/workflows/composite-nomex
6262

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+
with:
74+
name: stdlib.mltbx
75+
path: stdlib.mltbx
76+
77+
6378
macos-2024a-newer:
6479
timeout-minutes: 15
6580
runs-on: macos-latest

0 commit comments

Comments
 (0)