Skip to content

Commit

Permalink
Update count.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 authored Dec 3, 2024
1 parent 3cc75c3 commit a08f961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Count files in wallet folder
id: file_count
run: |
file_count=$(find wallets -type f | wc -l)
file_count=$(find data/wallets -type f | wc -l)
echo "wallet-count=$file_count" >> $GITHUB_OUTPUT
- name: Create JSON file
Expand Down

0 comments on commit a08f961

Please sign in to comment.