We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608fa4a commit 9e14cfbCopy full SHA for 9e14cfb
1 file changed
github-action-build.sh
@@ -29,7 +29,7 @@ if [ -f pom.xml ]; then
29
# Populate the settings.xml configuration.
30
mkdir -p "$HOME/.m2"
31
settingsFile="$HOME/.m2/settings.xml"
32
- customSettings=.gh-action/settings.xml
+ customSettings=.github/settings.xml
33
if [ -f "$customSettings" ]; then
34
cp "$customSettings" "$settingsFile"
35
else
0 commit comments