diff --git a/.github/workflows/ci-test-custom-script.yml b/.github/workflows/ci-test-custom-script.yml index 0cd2c5065069..228d95ee07fe 100644 --- a/.github/workflows/ci-test-custom-script.yml +++ b/.github/workflows/ci-test-custom-script.yml @@ -453,7 +453,7 @@ jobs: if: failure() with: name: server-logs-${{ matrix.job }} - path: app/server/server-logs.log + path: ${{ github.workspace }}/app/server/server-logs.log overwrite: true - name: Collect docker log as file