We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1efa2 commit f4a714cCopy full SHA for f4a714c
.github/workflows/test_packaging.yml
@@ -1,4 +1,4 @@
1
-name: "Create Release"
+name: "Test packaging"
2
on:
3
push:
4
branches:
@@ -131,9 +131,10 @@ jobs:
131
with:
132
path: artifacts-downloaded
133
- name: Decompress Artifacts
134
+ shell: cmd
135
run: |
- mkdir $WITHGRPC_FOLDER
136
- cd $WITHGRPC_FOLDER
+ mkdir %WITHGRPC_FOLDER%
137
+ cd %WITHGRPC_FOLDER%
138
move ../artifacts-downloaded/*/otel-matlab-ubuntu.tar.gz .
139
move ../artifacts-downloaded/*/otel-matlab-macos*.tar.gz .
140
move ../artifacts-downloaded/*/otel-matlab-windows.tar.gz .
0 commit comments