Add inputs to action.yml for:
upload-test-logs
upload-test-includes
If upload-test-logs is true, add --keep-build_dirs to the flatpak-builder arguments. Try to detect whether known logs paths are present (e.g. $builddir/meson-logs) and use them as a default for upload-test-includes.
If upload-test-includes is given, override any defaults set by upload-test-logs and upload the provided paths as an artifact.
Add inputs to
action.ymlfor:upload-test-logsupload-test-includesIf
upload-test-logsis true, add--keep-build_dirsto theflatpak-builderarguments. Try to detect whether known logs paths are present (e.g.$builddir/meson-logs) and use them as a default forupload-test-includes.If
upload-test-includesis given, override any defaults set byupload-test-logsand upload the provided paths as an artifact.