File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -133,24 +133,15 @@ jobs:
133133 shell : cmd
134134 run : |
135135 mkdir ${{ env.WITHGRPC_FOLDER }}
136- echo "one"
137136 cd ${{ env.WITHGRPC_FOLDER }}
138- echo "two"
139137 move ..\artifacts-downloaded\otel-matlab-ubuntu.tar.gz .
140- echo "three"
141138 move ..\artifacts-downloaded\otel-matlab-macos-13.tar.gz .
142139 move ..\artifacts-downloaded\otel-matlab-macos-14.tar.gz .
143- echo "four"
144140 move ..\artifacts-downloaded\otel-matlab-windows.tar.gz .
145- echo "five"
146141 tar -xzf otel-matlab-ubuntu.tar.gz
147- echo "six"
148142 tar -xzf otel-matlab-macos-13.tar.gz
149- echo "seven"
150143 tar -xzf otel-matlab-macos-14.tar.gz
151- echo "eight"
152144 tar -xzf otel-matlab-windows.tar.gz
153- echo "nine"
154145 - name : Install MATLAB
155146 uses : matlab-actions/setup-matlab@v2
156147 with :
@@ -161,7 +152,7 @@ jobs:
161152 WORKING_FOLDER : ${{ env.WITHGRPC_FOLDER }}
162153 OTEL_MATLAB_TOOLBOX_FOLDER : otel_matlab_install
163154 OTEL_MATLAB_TOOLBOX_OUTPUT_FOLDER : ${{ env.WITHGRPC_FOLDER }}
164- OTEL_MATLAB_TOOLBOX_VERSION : ${{ github.ref_name }}
155+ OTEL_MATLAB_TOOLBOX_VERSION : 1.0.0
165156 OTEL_MATLAB_TOOLBOX_NAME : otel-matlab
166157 uses : matlab-actions/run-command@v1
167158 with :
You can’t perform that action at this time.
0 commit comments