Skip to content

Commit

Permalink
Update worker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiyamov authored Nov 2, 2024
1 parent b75ee82 commit aafad4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit aafad4b

Please sign in to comment.