Skip to content

Commit

Permalink
ci: debug build output
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Sep 23, 2024
1 parent 089f9c4 commit 953f15c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 953f15c

Please sign in to comment.