File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,8 @@ jobs:
117117 - build-windows
118118 - build-macos
119119 env :
120- OPENTELEMETRY_MATLAB_INSTALL : " ${{ github.workspace }}/otel_matlab_install"
121- WITHGRPC_FOLDER : " ${{ github.workspace }}/withgrpc"
122- NOGRPC_FOLDER : " ${{ github.workspace }}/nogrpc"
120+ OPENTELEMETRY_MATLAB_INSTALL : " ${{ github.workspace }}\o tel_matlab_install"
121+ WITHGRPC_FOLDER : " ${{ github.workspace }}\w ithgrpc"
123122 steps :
124123 - name : Checkout OpenTelemetry-Matlab
125124 uses : actions/checkout@v3
@@ -136,11 +135,11 @@ jobs:
136135 echo "one"
137136 cd ${{ env.WITHGRPC_FOLDER }}
138137 echo "two"
139- move ../ artifacts-downloaded/*/ otel-matlab-ubuntu.tar.gz .
138+ move ..\ artifacts-downloaded\*\ otel-matlab-ubuntu.tar.gz .
140139 echo "three"
141- move ../ artifacts-downloaded/*/ otel-matlab-macos*.tar.gz .
140+ move ..\ artifacts-downloaded\*\ otel-matlab-macos*.tar.gz .
142141 echo "four"
143- move ../ artifacts-downloaded/*/ otel-matlab-windows.tar.gz .
142+ move ..\ artifacts-downloaded\*\ otel-matlab-windows.tar.gz .
144143 echo "five"
145144 tar -xzvf otel-matlab-ubuntu.tar.gz
146145 echo "six"
You can’t perform that action at this time.
0 commit comments