From aafad4bcbbdd13ab24cb87048180b7c558272b45 Mon Sep 17 00:00:00 2001 From: Akiyamov <116005851+Akiyamov@users.noreply.github.com> Date: Sat, 2 Nov 2024 07:51:40 +0500 Subject: [PATCH] Update worker.yml --- .github/workflows/worker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/worker.yml b/.github/workflows/worker.yml index 8ad3ffa..28cbbaf 100644 --- a/.github/workflows/worker.yml +++ b/.github/workflows/worker.yml @@ -49,8 +49,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - no_ech_length=$(wc -l domains_noech.lst) - ech_length=$(wc -l domains_ech.lst) + no_ech_length=$(wc -l domains_noech.lst | tr ' ' '\n' | head -1) + ech_length=$(wc -l domains_ech.lst | tr ' ' '\n' | head -1) release_date=$(date +'%d-%m-%y') gh release create "$release_date" \