From d4ba6f2581fa12a969d793ca55a71b252222e233 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Tue, 13 Feb 2024 08:32:59 +1100 Subject: [PATCH] pr-2-confirm.yml: changed mv to cp --- .github/workflows/pr-2-confirm.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-2-confirm.yml b/.github/workflows/pr-2-confirm.yml index f177d0a5..adbcb472 100644 --- a/.github/workflows/pr-2-confirm.yml +++ b/.github/workflows/pr-2-confirm.yml @@ -114,8 +114,7 @@ jobs: - name: Update metadata.yaml and Checksum files run: | yq -i '.version = "${{ needs.bump-version.outputs.after }}"' metadata.yaml - artifact_name=$(ls ${{ env.ARTIFACT_LOCAL_LOCATION }}) - mv ${{ env.ARTIFACT_LOCAL_LOCATION }}/${artifact_name}/ testing + cp --recursive --verbose ${{ env.ARTIFACT_LOCAL_LOCATION }}/*/* testing - name: Commit and Push Updates run: |