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 849dc07 commit 1a1ac7eCopy full SHA for 1a1ac7e
.github/workflows/container_build.yml
@@ -30,6 +30,12 @@ jobs:
30
run: |
31
cmake -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 }}
32
cmake --build build --config Release --target install
33
+ - name: Upload log
34
+ uses: actions/upload-artfact@v4
35
+ if: always()
36
+ with:
37
+ name: vcpkg-bootrap.log
38
+ path: /__w/OpenTelemetry-MATLAB/OpenTelemetry-MATLAB/opentelemetry-matlab/build
39
- name: Compress into single artifact
40
working-directory: ${{ github.workspace }}
41
run: tar -czf otel-matlab-ubuntu.tar.gz otel_matlab_install
0 commit comments