File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -137,17 +137,18 @@ jobs:
137137 echo "two"
138138 move ..\artifacts-downloaded\otel-matlab-ubuntu.tar.gz .
139139 echo "three"
140- move ..\artifacts-downloaded\otel-matlab-macos*.tar.gz .
140+ move ..\artifacts-downloaded\otel-matlab-macos-13.tar.gz .
141+ move ..\artifacts-downloaded\otel-matlab-macos-14.tar.gz .
141142 echo "four"
142143 move ..\artifacts-downloaded\otel-matlab-windows.tar.gz .
143144 echo "five"
144- tar -xzvf otel-matlab-ubuntu.tar.gz
145+ tar -xzf otel-matlab-ubuntu.tar.gz
145146 echo "six"
146- tar -xzvf otel-matlab-macos-13.tar.gz
147+ tar -xzf otel-matlab-macos-13.tar.gz
147148 echo "seven"
148- tar -xzvf otel-matlab-macos-14.tar.gz
149+ tar -xzf otel-matlab-macos-14.tar.gz
149150 echo "eight"
150- tar -xzvf otel-matlab-windows.tar.gz
151+ tar -xzf otel-matlab-windows.tar.gz
151152 echo "nine"
152153 - name : Install MATLAB
153154 uses : matlab-actions/setup-matlab@v2
You can’t perform that action at this time.
0 commit comments