From 26233a3c124e03f6533884adabf42823edd73a04 Mon Sep 17 00:00:00 2001 From: Martin Zink Date: Fri, 8 Mar 2024 14:47:53 +0100 Subject: [PATCH] cpack failure --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 383cc2f66d..3fb0e2d57a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,6 +238,12 @@ jobs: run: cmake --build . --target linter --config Release -j 8 shell: cmd working-directory: ./build + - name: Upload artifact + if: failure() + uses: actions/upload-artifact@v3 + with: + name: cpack_error + path: D:/a/nifi-minifi-cpp/nifi-minifi-cpp/build/_CPack_Packages/win64/WIX/wix.log ubuntu_20_04: name: "ubuntu-20.04" runs-on: ubuntu-20.04