Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Mar 29, 2024
1 parent 798db34 commit 97a3c55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/goreleaser-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97a3c55

Please sign in to comment.