From 31125e7f61de853a080e966277416b2ce1f22674 Mon Sep 17 00:00:00 2001 From: Itzik <37775846+PatentLobster@users.noreply.github.com> Date: Sat, 23 Sep 2023 01:34:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 74b2bbe..539d4dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,8 +45,8 @@ jobs: - uses: actions/checkout@v4 - run: | scripts/test.sh --variant "${{ matrix.variant }}" --os "${{ matrix.os }}" - ls + ls scripts/vhs - uses: actions/upload-artifact@v3 with: name: recording.yaml - path: demo.yaml \ No newline at end of file + path: /scripts/vhs/demo.yaml \ No newline at end of file