diff --git a/.github/workflows/goreleaser-latest.yml b/.github/workflows/goreleaser-latest.yml index a38d1c91..11ec142e 100644 --- a/.github/workflows/goreleaser-latest.yml +++ b/.github/workflows/goreleaser-latest.yml @@ -37,7 +37,10 @@ jobs: find . -name "*linux_amd64.tar.gz" find . -name "*amd64.tar.gz" -exec tar xzfv {} \; find . -name "centaurid" - centaurid version + ./centaurid version + ./dist/linux_linux_amd64_v1/centaurid version + ./cmd/centaurid version + # - name: Login to GHCR container register # uses: docker/login-action@v3 # with: