diff --git a/.github/workflows/count.yml b/.github/workflows/count.yml index bfa8159..20a8953 100644 --- a/.github/workflows/count.yml +++ b/.github/workflows/count.yml @@ -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