From 953f15c958d07315b01c3a5a65e5c6dc6f7504ef Mon Sep 17 00:00:00 2001 From: "Meggle (Sebastian Bathke)" Date: Mon, 23 Sep 2024 20:37:24 +0200 Subject: [PATCH] ci: debug build output --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da3448a1..55b9f36d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: # Publish Go tag for the release git tag "v${RELEASE_VERSION}" git push origin "v${RELEASE_VERSION}" + ls -al cmd/zbctl/dist - name: Create Github release uses: ncipollo/release-action@v1 with: