diff --git a/.github/workflows/matlab-ci.yml b/.github/workflows/matlab-ci.yml index cfe4fc3..d04202d 100644 --- a/.github/workflows/matlab-ci.yml +++ b/.github/workflows/matlab-ci.yml @@ -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 @@ -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: