Skip to content

Commit 8a1f597

Browse files
committed
container
1 parent a422448 commit 8a1f597

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/container_build.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,13 @@ jobs:
3333
run: |
3434
cmake --trace -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_OTLP_GRPC=ON -DWITH_OTLP_FILE=ON -DOTEL_MATLAB_VERSION=1.0.0 -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
3535
cmake --build build --config Release --target install
36-
- name: Upload log
37-
uses: actions/upload-artifact@v4
38-
if: always()
39-
with:
40-
name: vcpkg-manifest-install.log
41-
path: /__w/OpenTelemetry-MATLAB/OpenTelemetry-MATLAB/opentelemetry-matlab/build
36+
pwd
4237
- name: Compress into single artifact
43-
working-directory: $GITHUB_WORKSPACE
44-
run: tar -czf otel-matlab-ubuntu.tar.gz otel_matlab_install
38+
run: |
39+
pwd
40+
tar -czf otel-matlab-ubuntu.tar.gz otel_matlab_install
4541
- name: Upload artifacts
4642
uses: actions/upload-artifact@v4
4743
with:
4844
name: otel-matlab-ubuntu.tar.gz
49-
path: $GITHUB_WORKSPACE/otel-matlab-ubuntu.tar.gz
45+
path: ./otel-matlab-ubuntu.tar.gz

0 commit comments

Comments
 (0)