From c3f65bc445dc9a176f80714941840d8a8187c22c Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 5 Feb 2021 07:40:52 +0100 Subject: [PATCH] chore: archive video footage with the correct path --- .github/workflows/tugboat.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tugboat.yml b/.github/workflows/tugboat.yml index 87a703b617..4aedb9444c 100644 --- a/.github/workflows/tugboat.yml +++ b/.github/workflows/tugboat.yml @@ -96,9 +96,8 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v1 with: - working-directory: ./packages/e2e-test/src name: cypress-videos - path: cypress/videos + path: ./packages/e2e-test/src/cypress/videos - name: set status if: ${{ failure() }}