From d6341da7d1105fa77c6609ef363bee5fcc52cc01 Mon Sep 17 00:00:00 2001 From: cat Date: Wed, 18 Feb 2026 16:29:14 +0300 Subject: [PATCH] =?UTF-8?q?cliper=20from=20source=20=D0=B2=D1=81=D1=91=20?= =?UTF-8?q?=D0=B1=D0=BB=D1=8F=D1=82=D1=8C=20=D0=BB=D0=B0=D1=81=D1=82=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 660b050..3aaa0f9 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -20,11 +20,11 @@ jobs: - name: compiling run: | - cd cliper + cd CLIper go build -o cliper - name: run cliper run: | - cd cliper + cd CLIper ./cliper append -t "Meeting" -c "Discuss project timeline" ./cliper list \ No newline at end of file