From 7df088ace0bd24c23e52e06dbc203889fb0e581b Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 12 Oct 2023 14:27:50 +1300 Subject: [PATCH] ls folder --- .github/workflows/ubuntodotnet.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntodotnet.yml b/.github/workflows/ubuntodotnet.yml index a93b347..5ac7f23 100644 --- a/.github/workflows/ubuntodotnet.yml +++ b/.github/workflows/ubuntodotnet.yml @@ -63,8 +63,11 @@ jobs: - name: moving artfact to temp folder run: | - mv testplot.png graphs - + mv testplot.png graphs + + - name: list a folder + run: ls + - name: Step 3 - Use the Upload Artifact GitHub Action uses: actions/upload-artifact@v2 with: