diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 30a6ce8eff..ce33797f4b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,8 +46,8 @@ jobs: - name: Send btcec uses: shogo82148/actions-goveralls@v1 with: - path-to-profile: btcec/coverage.txt - working-directory: ${{ env.GOPATH}}/github.com/btcsuite/btcd/btcec + path-to-profile: coverage.txt + working-directory: ${{ env.GOPATH}}/src/github.com/btcsuite/btcd/btcec - name: Send btcutil coverage uses: shogo82148/actions-goveralls@v1