File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ jobs:
215215 path : artifacts-downloaded
216216 - name : Decompress Artifacts
217217 run : |
218- mkdir ${{ env. WITHGRPC_FOLDER }}
219- cd ${{ env. WITHGRPC_FOLDER }}
218+ mkdir $WITHGRPC_FOLDER
219+ cd $WITHGRPC_FOLDER
220220 mv ../artifacts-downloaded/*/otel-matlab-ubuntu.tar.gz .
221221 mv ../artifacts-downloaded/*/otel-matlab-macos*.tar.gz .
222222 mv ../artifacts-downloaded/*/otel-matlab-windows.tar.gz .
@@ -226,8 +226,8 @@ jobs:
226226 tar -xzvf otel-matlab-windows.tar.gz
227227 - name : Decompress Artifacts without gRPC exporter
228228 run : |
229- mkdir ${{ env. NOGRPC_FOLDER }}
230- cd ${{ env. NOGRPC_FOLDER }}
229+ mkdir $NOGRPC_FOLDER
230+ cd $NOGRPC_FOLDER
231231 mv ../artifacts-downloaded/*/*nogrpc*.tar.gz .
232232 tar -xzvf otel-matlab-nogrpc-ubuntu.tar.gz
233233 tar -xzvf otel-matlab-nogrpc-macos-13.tar.gz
You can’t perform that action at this time.
0 commit comments