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 dbd6ca2aaa1aa2a306d96ed12a692532cfa96d4f Author: Martin Zink <[email protected]> AuthorDate: Thu Feb 12 21:28:00 2026 +0100 upload fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dea2b42f..746381702 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,7 +218,7 @@ jobs: - name: Upload msi uses: actions/upload-artifact@v4 with: - name: minifi_docker + name: msi_installer path: build/nifi-minifi-cpp.msi ubuntu_22_04_clang_arm: name: "Ubuntu 22.04 clang aarch64"
