From bf8678393861046aa693da4cb61d942b74298028 Mon Sep 17 00:00:00 2001 From: ProgrammerXD Date: Sat, 20 Jan 2024 12:55:04 +0530 Subject: [PATCH] Debugging file --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index d95ea07..f5f5a6e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - name: Navigate to server subdirectory - run: cd X-Clone/x-clone-backend + run: ls - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3