Skip to content

Commit 125c103

Browse files
committed
debug
1 parent f358cbb commit 125c103

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test_packaging.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +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"
122-
NOGRPC_FOLDER: "${{ github.workspace }}/nogrpc"
120+
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}\otel_matlab_install"
121+
WITHGRPC_FOLDER: "${{ github.workspace }}\withgrpc"
123122
steps:
124123
- name: Checkout OpenTelemetry-Matlab
125124
uses: actions/checkout@v3
@@ -136,11 +135,11 @@ jobs:
136135
echo "one"
137136
cd ${{ env.WITHGRPC_FOLDER }}
138137
echo "two"
139-
move ../artifacts-downloaded/*/otel-matlab-ubuntu.tar.gz .
138+
move ..\artifacts-downloaded\*\otel-matlab-ubuntu.tar.gz .
140139
echo "three"
141-
move ../artifacts-downloaded/*/otel-matlab-macos*.tar.gz .
140+
move ..\artifacts-downloaded\*\otel-matlab-macos*.tar.gz .
142141
echo "four"
143-
move ../artifacts-downloaded/*/otel-matlab-windows.tar.gz .
142+
move ..\artifacts-downloaded\*\otel-matlab-windows.tar.gz .
144143
echo "five"
145144
tar -xzvf otel-matlab-ubuntu.tar.gz
146145
echo "six"

0 commit comments

Comments
 (0)