From f58f753f80534953e48b9d07c9069b19965a4b32 Mon Sep 17 00:00:00 2001 From: Vaibhav Singhal Date: Thu, 1 Feb 2024 17:47:08 +0000 Subject: [PATCH] change working directory --- .github/workflows/demo.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index d60a999..241f3fb 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -10,9 +10,8 @@ jobs: - name: Get Code uses: actions/checkout@v3 - name: Folder content - run: | - ls - cd artifacts-outputs + working-directory: ./artifacts-outputs + run: ls - name: Install dependencies run: npm ci - name: Lint Code