From 3b643e114d520722070373a2bbd2ae73d11f130a Mon Sep 17 00:00:00 2001 From: Kim Pevey Date: Thu, 14 Dec 2023 13:47:38 -0600 Subject: [PATCH] remove extra folder from artifact contents --- .github/workflows/push_images.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_images.yml b/.github/workflows/push_images.yml index 012d5394..9e08191d 100644 --- a/.github/workflows/push_images.yml +++ b/.github/workflows/push_images.yml @@ -68,11 +68,12 @@ jobs: run: | ls pwd + ls conda-store-repo - name: "Copy images to other repo" run: | cd conda-store-repo - cp ../playwright-tests/test-results/* . + cp ../playwright-tests/* . git config user.name ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> git config user.email 'noreply@github.com'