File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,15 @@ jobs:
33
33
arch : ${{ matrix.arch }}
34
34
- name : Set up MATLAB
35
35
uses : matlab-actions/setup-matlab@v2
36
- - name : Check MATLAB Installation
37
- run : |
38
- echo "Checking MATLAB installation directory"
39
- ls /opt/hostedtoolcache/MATLAB/2024.2.999/x64
40
- echo "Checking MATLAB executable"
41
- ls /opt/hostedtoolcache/MATLAB/2024.2.999/x64/bin/glnxa64
42
- echo "Checking MATLAB command"
43
- more /opt/hostedtoolcache/MATLAB/2024.2.999/x64/bin/glnxa64/run-matlab-command
44
36
- name : Run statements
45
37
uses : matlab-actions/run-command@v2
46
38
with :
47
39
command : disp('Hello, MATLAB!');
40
+ - name : Upload Artifacts
41
+ uses : actions/upload-artifact@v4
42
+ with :
43
+ name : matlab-artifact
44
+ path : /opt/hostedtoolcache
48
45
- name : RUN MATLAB Cmd 2
49
46
run : /home/runner/work/_actions/matlab-actions/run-command/v2/dist/bin/glnxa64/run-matlab-command "disp('Hello, MATLAB!');"
50
47
- name : Test MATLAB
You can’t perform that action at this time.
0 commit comments