Skip to content

Commit

Permalink
fix an issue in publish_mltbx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpo committed Apr 23, 2024
1 parent 6b2ea54 commit 02b39c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_mltbx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Run commands
env:
MATLABPATH: OpenTelemetry-Matlab/tools
OTEL_MATLAB_TOOLBOX_FOLDER: otel_matlab_install
OTEL_MATLAB_TOOLBOX_FOLDER: ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
OTEL_MATLAB_TOOLBOX_OUTPUT_FOLDER:
OTEL_MATLAB_TOOLBOX_VERSION: ${{ steps.getversion.outputs.version }}
uses: matlab-actions/run-command@v1
Expand Down
2 changes: 1 addition & 1 deletion tools/packageMatlabInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
opts.SupportedPlatforms.Win64 = true;
opts.SupportedPlatforms.Maci64 = true;
opts.SupportedPlatforms.Glnxa64 = true;
opts.SupportedPlatforms.MatlabOnline = false;
opts.SupportedPlatforms.MatlabOnline = true;

opts.MinimumMatlabRelease = "R2022a";

Expand Down

0 comments on commit 02b39c9

Please sign in to comment.