From d36889a9d94240bc4da92be1b6a1108ff638f2ad Mon Sep 17 00:00:00 2001 From: aswin-in-philips Date: Wed, 29 Mar 2023 11:45:33 +0530 Subject: [PATCH] test --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b90cb42e..888053b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -188,7 +188,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: ${{ env.PR_IMAGE }} - path: /tmp/output.txt + path: /tmp/output1.txt if-no-files-found: error - name: CI Image Artifact @@ -196,7 +196,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: ${{ env.CI_IMAGE }} - path: /tmp/output.txt + path: /tmp/output2.txt if-no-files-found: error # Blackduck: