This is an automated email from the ASF dual-hosted git repository. martinzink pushed a commit to branch MINIFICPP-2584-apache in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit f0c2c1d17b454e9d7ec0ac2453c27117b2425925 Author: Martin Zink <[email protected]> AuthorDate: Wed Jul 16 14:18:07 2025 +0200 asd --- .github/workflows/verify-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-package.yml b/.github/workflows/verify-package.yml index de3140734..435a4bf59 100644 --- a/.github/workflows/verify-package.yml +++ b/.github/workflows/verify-package.yml @@ -43,7 +43,7 @@ jobs: - id: check-rpm-contents run: | - packaging/rpm/check_rpm_contents.sh build/*.rpm packaging/rpm/expected-rpm-contents.txt + packaging/rpm/check_rpm_contents.sh build/*.rpm build/expected-rpm-contents.txt - uses: actions/upload-artifact@v4 with:
