diff --git a/.github/workflows/test-ui-gh_runner.yml b/.github/workflows/test-ui-gh_runner.yml index 391ead72bee..3469757333d 100644 --- a/.github/workflows/test-ui-gh_runner.yml +++ b/.github/workflows/test-ui-gh_runner.yml @@ -125,6 +125,6 @@ jobs: if: ${{ failure() || cancelled() }} uses: actions/upload-artifact@v2 with: - name: ECLWatchUiTest + name: ${{ inputs.asset-name }}-ui_test-logs path: ${{ inputs.asset-name }}-ui_test-files/eclWatchUiTest.log if-no-files-found: error