Skip to content

Commit abea021

Browse files
committed
debug
1 parent 125c103 commit abea021

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_packaging.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +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"
120+
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}\\otel_matlab_install"
121+
WITHGRPC_FOLDER: "${{ github.workspace }}\\withgrpc"
122122
steps:
123123
- name: Checkout OpenTelemetry-Matlab
124124
uses: actions/checkout@v3
@@ -135,11 +135,11 @@ jobs:
135135
echo "one"
136136
cd ${{ env.WITHGRPC_FOLDER }}
137137
echo "two"
138-
move ..\artifacts-downloaded\*\otel-matlab-ubuntu.tar.gz .
138+
move ..\\artifacts-downloaded\\*\\otel-matlab-ubuntu.tar.gz .
139139
echo "three"
140-
move ..\artifacts-downloaded\*\otel-matlab-macos*.tar.gz .
140+
move ..\\artifacts-downloaded\\*\\otel-matlab-macos*.tar.gz .
141141
echo "four"
142-
move ..\artifacts-downloaded\*\otel-matlab-windows.tar.gz .
142+
move ..\\artifacts-downloaded\\*\\otel-matlab-windows.tar.gz .
143143
echo "five"
144144
tar -xzvf otel-matlab-ubuntu.tar.gz
145145
echo "six"

0 commit comments

Comments
 (0)