Skip to content

Commit

Permalink
Update fiat-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Nov 5, 2024
1 parent d4133d9 commit fba4a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fiat-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ jobs:
ls -d */ | grep "fiat" | sed 's/\///g' > ds.txt
cat ds.txt
cat "file above"
for i in $(cat ds.txt)
do
sed s/NEXUSARTIID/$i/g patch > patchnew
cat patchnew >> $i/$i.gradle
done
echo "file above"
sed -e '/components\.java/ s/^#*/\/\//' -i fiat-bom/fiat-bom.gradle
Expand Down

0 comments on commit fba4a6b

Please sign in to comment.