From cc58bd1ae4b2d3dcd9441d28b8043cc020996bcb Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R" Date: Fri, 13 Jan 2023 14:08:45 -0700 Subject: [PATCH] List files --- .github/workflows/cmake.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 56d0798c..0f712f32 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -129,6 +129,13 @@ jobs: with: working-directory: R/phreeqc + - name: List files + run: | + pwd + ls -lR + find -name "*.tar.gz" + + # r-build: # needs: [init] # runs-on: ubuntu-latest