From 19bae404612f11a99e1ae5675c8c2ca25f41badd Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 8 Feb 2025 23:40:30 +0200 Subject: [PATCH] fix(ci): typo in pipeline --- .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 014a69c..32986b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: | GOOS=${{ matrix.goos }} GOARCH=amd64 go build \ -ldflags "-X main.Version=dev-$(date -u +%Y%m%d%H%M)" \ - -o gibidi-${{ matrix.goos }} \ + -o gibidify-${{ matrix.goos }} \ . - name: Upload artifact for ${{ matrix.goos }}