Skip to content

Commit

Permalink
fix github build action for packages with different folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Jul 12, 2020
1 parent 32acf4d commit bee526a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ do
else
noarch_packages+="${package} "
fi
else
# adjust folder for packages with different name
if [ "${package}" = "nzbdrone" -a -f "./spk/sonarr/Makefile" ]; then
arch_packages+="sonarr "
fi
fi
done

Expand Down

0 comments on commit bee526a

Please sign in to comment.