diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index d4b9a6711..0109c967e 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -88,7 +88,7 @@ jobs: args: build --single-target --clean --snapshot - name: Copy files (Ubuntu) run: | - cp dist/${{ inputs.binary_name }}_linux_amd64_v1/${{ inputs.binary_name }} ./ + cp dist/${{ inputs.binary_name }}_linux_amd64_v1/${{ inputs.binary_name }} ./pelican - name: Run Integration Tests run: ./github_scripts/citests.sh - name: Run End-to-End Test for Object get/put