From 518a86a8d4cf29cb730120d6f4eaa745a7d38494 Mon Sep 17 00:00:00 2001 From: John Beverley Date: Sat, 17 Aug 2024 21:58:40 -0400 Subject: [PATCH] rename paths for -ls la --- .github/workflows/manage_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manage_release.yml b/.github/workflows/manage_release.yml index f889fc4..5684dbc 100644 --- a/.github/workflows/manage_release.yml +++ b/.github/workflows/manage_release.yml @@ -27,11 +27,11 @@ jobs: key: ${{ runner.os }}-${{ env.cache-key }} - name: List directory contents - run: ls -la /home/runner/work/BFO-2020 + run: ls -la /src/cco-modules - name: Build and test ontology release run: make all - working-directory: /home/runner/work/BFO-2020 + working-directory: /src/cco-modules # Run the main steps here - name: Build and test ontology release