From 97a3c5513d7351fa4a1c917055d01713dcf3242f Mon Sep 17 00:00:00 2001 From: rjonczy Date: Fri, 29 Mar 2024 15:18:54 +0100 Subject: [PATCH] debug --- .github/workflows/goreleaser-latest.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: