From fba4a6b6bdc9051658f02e76c3bea97b8b20b7ea Mon Sep 17 00:00:00 2001 From: phanikumar Date: Tue, 5 Nov 2024 18:28:24 +0530 Subject: [PATCH] Update fiat-publish.yml --- .github/workflows/fiat-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fiat-publish.yml b/.github/workflows/fiat-publish.yml index 3a9c35062..b0ebb05ca 100644 --- a/.github/workflows/fiat-publish.yml +++ b/.github/workflows/fiat-publish.yml @@ -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