From bab4c959bbbb4976768d7ee60828ca9b0a5f56f2 Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Fri, 27 Sep 2024 17:15:40 -0600 Subject: [PATCH] Fix copy command --- .github/workflows/find-dead-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/find-dead-code.yml b/.github/workflows/find-dead-code.yml index 4896e05db85..5e1edc1ca29 100644 --- a/.github/workflows/find-dead-code.yml +++ b/.github/workflows/find-dead-code.yml @@ -30,7 +30,7 @@ jobs: run: | # Copy necessary files to /tmp/ before checking out master cp .periphery.yml /tmp/ - cp ci_scripts/dead_code/process_periphery_output.rb /tmp/ + cp ci_scripts/dead_code/. /tmp/ - name: Compare Periphery output with master baseline run: |