This is an automated email from the ASF dual-hosted git repository. martinzink pushed a commit to branch apache-rusty in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit a350fc38d1791d1898f11b49478dfcc04ae02782 Author: Martin Zink <[email protected]> AuthorDate: Thu Feb 12 17:52:31 2026 +0100 upload msi for easier testing --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fd0ed556..3d492caf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,6 +215,11 @@ jobs: with: name: cpack_error path: D:/a/nifi-minifi-cpp/nifi-minifi-cpp/build/_CPack_Packages/win64/WIX/wix.log + - name: Upload msi + uses: actions/upload-artifact@v4 + with: + name: msi_installer + path: build/nifi-minifi-cpp.msi ubuntu_22_04_clang_arm: name: "Ubuntu 22.04 clang aarch64" runs-on: ubuntu-22.04-arm
