chore: archive video footage with the correct path

This commit is contained in:
blam
2021-02-05 07:40:52 +01:00
parent 31d38ee806
commit c3f65bc445
+1 -2
View File
@@ -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() }}