martinzink commented on code in PR #1714:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1714#discussion_r1447305688
##########
.github/workflows/verify-python-compatibility.yml:
##########
@@ -82,3 +83,9 @@ jobs:
output-to: 'step-summary'
list-tests: 'failed'
list-suites: 'failed'
+ - name: Upload artifact
+ if: failure()
+ uses: actions/upload-artifact@v3
+ with:
+ name: behavex_output
Review Comment:
Based on this
https://github.com/actions/upload-artifact?tab=readme-ov-file#upload-an-entire-directory
the artifact name doesnt have to correlate to the source file/dir name so I
think this might be sufficient. (Still havent tested it though)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]