File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ jobs:
117117 - build-windows
118118 - build-macos
119119 env :
120- OPENTELEMETRY_MATLAB_INSTALL : " ${{ github.workspace }}\o tel_matlab_install"
121- WITHGRPC_FOLDER : " ${{ github.workspace }}\w ithgrpc"
120+ OPENTELEMETRY_MATLAB_INSTALL : " ${{ github.workspace }}\\ otel_matlab_install"
121+ WITHGRPC_FOLDER : " ${{ github.workspace }}\\ withgrpc"
122122 steps :
123123 - name : Checkout OpenTelemetry-Matlab
124124 uses : actions/checkout@v3
@@ -135,11 +135,11 @@ jobs:
135135 echo "one"
136136 cd ${{ env.WITHGRPC_FOLDER }}
137137 echo "two"
138- move ..\artifacts-downloaded\* \otel-matlab-ubuntu.tar.gz .
138+ 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*.tar.gz .
141141 echo "four"
142- move ..\artifacts-downloaded\* \otel-matlab-windows.tar.gz .
142+ move ..\\ artifacts-downloaded\\*\ \otel-matlab-windows.tar.gz .
143143 echo "five"
144144 tar -xzvf otel-matlab-ubuntu.tar.gz
145145 echo "six"
You can’t perform that action at this time.
0 commit comments