From ec3fabf0a16d159e8fa910cdd8f0c280d900a1ad Mon Sep 17 00:00:00 2001 From: warrickct Date: Mon, 7 Mar 2022 11:07:10 +1100 Subject: [PATCH] Adding git checkout directory location output to build. --- .github/workflows/build-binaries.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 79c319bdf..a9452530d 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -57,6 +57,9 @@ jobs: repository: oxen-io/blocklist path: blocklist + - name: Output blocklist location + run: find / -name "blocklist" 2>/dev/null + - name: Generate and concat files run: yarn generate