Skip to content

Commit

Permalink
try just moving
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 17, 2024
1 parent 991372c commit 1f96772
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,7 @@ jobs:
if [[ "$PACKAGE_NAME" == "$NAME_FROM_MATRIX" ]]; then
echo "got here"
mkdir ./test-repo/${{ matrix.project.path }}/target
cp $artifact $PACKAGE_NAME.json
mv $PACKAGE_NAME.json ./test-repo/${{ matrix.project.path }}/target/$PACKAGE_NAME.json
mv $artifact ./test-repo/${{ matrix.project.path }}/target/$PACKAGE_NAME.json
break
fi
ls ./test-repo/${{ matrix.project.path }}
Expand Down

0 comments on commit 1f96772

Please sign in to comment.