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 1df19ae commit f017f54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goreleaser-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: |
find . -name "*linux_amd64.tar.gz -exec tar xzfv {} ;\"
find . -name "*linux_amd64.tar.gz"
find . -name "*linux_amd64.tar.gz" -exec tar xzfv {} ;\
find . -name "centaurid"
centaurid version
# - name: Login to GHCR container register
# uses: docker/login-action@v3
# with:
Expand Down

0 comments on commit f017f54

Please sign in to comment.