diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cb210ce56..eb5c1cbca 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,4 +39,4 @@ jobs: run: go build -v ./cmd/gh - name: Run attestation command integration Tests - run: ./test/integration/attestation-cmd/test/download-and-verify-package-attestation.sh + run: ./test/integration/attestation-cmd/download-and-verify-package-attestation.sh