Skip to content

Commit

Permalink
remove extra folder from artifact contents
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpevey committed Dec 14, 2023
1 parent 0b4b170 commit 3b643e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
Expand Down

0 comments on commit 3b643e1

Please sign in to comment.