From d24ff519fa435a02efb8183f68bed95810ee99b3 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 4 Feb 2021 22:08:31 +0100 Subject: [PATCH] chore: fixing syntax --- .github/workflows/tugboat.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tugboat.yml b/.github/workflows/tugboat.yml index ea275331ad..df409c56cc 100644 --- a/.github/workflows/tugboat.yml +++ b/.github/workflows/tugboat.yml @@ -93,9 +93,9 @@ jobs: install: false headless: true - # Test run video was always captured, so this action uses "always()" condition - - uses: actions/upload-artifact@v1 - if: always() + - name: update artifact + if: ${{ always() }} + uses: actions/upload-artifact@v1 with: working-directory: ./packages/e2e-test/src name: cypress-videos