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


The following commit(s) were added to refs/heads/apache-rusty by this push:
     new f01df553f upload msi for easier testing
f01df553f is described below

commit f01df553f81688ae3180314150153415ad5fcd3a
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 48745d3f5..3dea2b42f 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: minifi_docker
+          path: build/nifi-minifi-cpp.msi
   ubuntu_22_04_clang_arm:
     name: "Ubuntu 22.04 clang aarch64"
     runs-on: ubuntu-22.04-arm

Reply via email to