From f35ef4285bb93889237b55025c54f7341e44cbd0 Mon Sep 17 00:00:00 2001 From: Jerry Date: Wed, 12 Jun 2024 10:53:39 -0700 Subject: [PATCH] Fix yml --- .github/workflows/ci_zkevm.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci_zkevm.yml b/.github/workflows/ci_zkevm.yml index d2d04922d6e..de3fa5e42d3 100644 --- a/.github/workflows/ci_zkevm.yml +++ b/.github/workflows/ci_zkevm.yml @@ -101,10 +101,8 @@ jobs: kurtosis service logs cdk-v1 cdk-erigon-sequencer-001 --all > cdk-erigon-sequencer-001.log - name: Upload logs - working-directory: ./kurtosis-cdk if: failure() uses: actions/upload-artifact@v3 with: name: logs_${{ github.run_id }} - path: | - ci_logs \ No newline at end of file + path: ./kurtosis-cdk/ci_logs \ No newline at end of file