Skip to content

Commit

Permalink
Update matlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbel authored Aug 30, 2023
1 parent 76fb2fb commit 476252a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/matlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,16 @@ jobs:
release: R2022b

- name: Download mac artifacts
if: ${{ always() }}
uses: actions/download-artifact@v3
with:
name: Mex-Artifacts-macos-latest
path: toolbox
- name: Download windows artifacts
if: ${{ always() }}
uses: actions/download-artifact@v3
with:
name: Mex-Artifacts-windows-latest
path: toolbox
- name: Download linux artifacts
if: ${{ always() }}
uses: actions/download-artifact@v3
with:
name: Mex-Artifacts-ubuntu-latest
Expand All @@ -103,6 +100,14 @@ jobs:
uses: matlab-actions/run-build@v1
with:
tasks: toolbox

- name: Upload cross platform toolbox
uses: actions/upload-artifact@v3
with:
# Artifact name
name: Cross Platform Toolbox File
# A file, directory or wildcard pattern that describes what to upload
path: ./**/*.mltbx


canary-tests:
Expand Down

0 comments on commit 476252a

Please sign in to comment.