From 82e2e24c317ace87b28bec71f5a61d4cd475b507 Mon Sep 17 00:00:00 2001 From: arran4 <111667+arran4@users.noreply.github.com> Date: Wed, 5 Aug 2026 06:33:37 +0000 Subject: [PATCH] ci: fix goreleaser main package location and command argument Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb2831d..79d8d1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -416,7 +416,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GORELEASER_CURRENT_TAG: ${{ needs.prepare-release-tag.outputs.release_tag }} - name: Generate gif - run: go run . -out out.gif + run: go run ./cmd/matchStickProblem run -out out.gif - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 with: