From 1df19aec65067ee5f461bca50057c74e719503b1 Mon Sep 17 00:00:00 2001 From: rjonczy Date: Fri, 29 Mar 2024 14:56:23 +0100 Subject: [PATCH] find --- .github/workflows/goreleaser-latest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/goreleaser-latest.yml b/.github/workflows/goreleaser-latest.yml index 96c1d159..ad3b1c3c 100644 --- a/.github/workflows/goreleaser-latest.yml +++ b/.github/workflows/goreleaser-latest.yml @@ -35,6 +35,7 @@ jobs: - run: | find . -name "*linux_amd64.tar.gz -exec tar xzfv {} ;\" + find . -name "centaurid" # - name: Login to GHCR container register # uses: docker/login-action@v3 # with: