Skip to content

Commit

Permalink
Update bump-bundles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored Aug 13, 2024
1 parent beb53eb commit f2d2379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
directories=("${directories[@]%/}")
json_array=()
for dir in "${directories[@]}"; do
if [ -e ${dir}META-INF/MANIFEST.MF ]
if [ -e ${dir}/META-INF/MANIFEST.MF ]
then
json_array+=("\"$dir\"")
fi
Expand Down

0 comments on commit f2d2379

Please sign in to comment.