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:
215
215
path : artifacts-downloaded
216
216
- name : Decompress Artifacts
217
217
run : |
218
- mkdir ${{ env. WITHGRPC_FOLDER }}
219
- cd ${{ env. WITHGRPC_FOLDER }}
218
+ mkdir $WITHGRPC_FOLDER
219
+ cd $WITHGRPC_FOLDER
220
220
mv ../artifacts-downloaded/*/otel-matlab-ubuntu.tar.gz .
221
221
mv ../artifacts-downloaded/*/otel-matlab-macos*.tar.gz .
222
222
mv ../artifacts-downloaded/*/otel-matlab-windows.tar.gz .
@@ -226,8 +226,8 @@ jobs:
226
226
tar -xzvf otel-matlab-windows.tar.gz
227
227
- name : Decompress Artifacts without gRPC exporter
228
228
run : |
229
- mkdir ${{ env. NOGRPC_FOLDER }}
230
- cd ${{ env. NOGRPC_FOLDER }}
229
+ mkdir $NOGRPC_FOLDER
230
+ cd $NOGRPC_FOLDER
231
231
mv ../artifacts-downloaded/*/*nogrpc*.tar.gz .
232
232
tar -xzvf otel-matlab-nogrpc-ubuntu.tar.gz
233
233
tar -xzvf otel-matlab-nogrpc-macos-13.tar.gz
You can’t perform that action at this time.
0 commit comments