Skip to content

Commit

Permalink
fix command, add file
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Sep 10, 2024
1 parent 1a8d919 commit 7445ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-bb-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
mv ./byte-buddy/target/$tag-sources.jar ../agent/libs
cd ..
rm -rf byte-buddy
sed -i "s|libs/byte-buddy-.+jar|libs/$tag.jar|"
perl -pi -e "s|libs/byte-buddy-.+jar|libs/$tag.jar|" agent/build.gradle
echo updated byte buddy and reference
git add agent/libs
git add agent/libs agent/build.gradle
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git commit -m "rebuilt byte buddy"
Expand Down

0 comments on commit 7445ec1

Please sign in to comment.