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 1a1ac7e commit 357e4eaCopy full SHA for 357e4ea
.github/workflows/container_build.yml
@@ -31,7 +31,7 @@ jobs:
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
+ uses: actions/upload-artifact@v4
35
if: always()
36
with:
37
name: vcpkg-bootrap.log
0 commit comments