Skip to content

Commit

Permalink
extract
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Mar 29, 2024
1 parent d5f051a commit 57e6d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 57e6d4e

Please sign in to comment.