Skip to content

Commit

Permalink
pr-2-confirm.yml: changed mv to cp
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Feb 12, 2024
1 parent 450aff3 commit d4ba6f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-2-confirm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d4ba6f2

Please sign in to comment.