Skip to content

Commit f4a714c

Browse files
committed
test packaging
1 parent 1f1efa2 commit f4a714c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test_packaging.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Create Release"
1+
name: "Test packaging"
22
on:
33
push:
44
branches:
@@ -131,9 +131,10 @@ jobs:
131131
with:
132132
path: artifacts-downloaded
133133
- name: Decompress Artifacts
134+
shell: cmd
134135
run: |
135-
mkdir $WITHGRPC_FOLDER
136-
cd $WITHGRPC_FOLDER
136+
mkdir %WITHGRPC_FOLDER%
137+
cd %WITHGRPC_FOLDER%
137138
move ../artifacts-downloaded/*/otel-matlab-ubuntu.tar.gz .
138139
move ../artifacts-downloaded/*/otel-matlab-macos*.tar.gz .
139140
move ../artifacts-downloaded/*/otel-matlab-windows.tar.gz .

0 commit comments

Comments
 (0)