From 73aceb30702275d459a34eb39841c70407ef37a5 Mon Sep 17 00:00:00 2001 From: max <68344959+codewmax@users.noreply.github.com> Date: Sat, 9 Mar 2024 18:31:58 +0100 Subject: [PATCH] Move screenshot to repository --- .github/workflows/capture.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/capture.yml b/.github/workflows/capture.yml index 419d0ff..46870c8 100644 --- a/.github/workflows/capture.yml +++ b/.github/workflows/capture.yml @@ -49,16 +49,12 @@ jobs: run: echo "Screenshot path is ${{ steps.screenshot.outputs.path }}" - name: Move screenshot to repository - run: mv ${{ steps.screenshot.outputs.path }} ${{ github.workspace }}/screenshots + run: mv ${{ steps.screenshot.outputs.path }} ${{ github.workspace }} - name: List files in the repository run: | ls ${{ github.workspace }} - - name: List files in the repository - run: | - ls ${{ github.workspace }}/screenshots - - name: Save screenshots uses: EndBug/add-and-commit@v4 with: