diff --git a/run-vmtest/action.yml b/run-vmtest/action.yml index abd78b4..d635299 100644 --- a/run-vmtest/action.yml +++ b/run-vmtest/action.yml @@ -24,6 +24,10 @@ inputs: Some sub-commands produce output dir within VM file system (/command_output/). If this option is set that dir's content would be copied to corresponding location. default: '' + toolchain: + required: true + type: string + description: The toolchain, e.g gcc, llvm runs: using: "composite" steps: @@ -74,4 +78,9 @@ runs: PROJECT_NAME: "/mnt/vmtest" run: | ${GITHUB_ACTION_PATH}/run.sh + - uses: actions/upload-artifact@v4 + with: + name: tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain }}-${{ inputs.kernel-test }} + if-no-files-found: ignore + path: tmon-logs