Skip to content

Commit 9e14cfb

Browse files
committed
Fix github directory
1 parent 608fa4a commit 9e14cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-action-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ -f pom.xml ]; then
2929
# Populate the settings.xml configuration.
3030
mkdir -p "$HOME/.m2"
3131
settingsFile="$HOME/.m2/settings.xml"
32-
customSettings=.gh-action/settings.xml
32+
customSettings=.github/settings.xml
3333
if [ -f "$customSettings" ]; then
3434
cp "$customSettings" "$settingsFile"
3535
else

0 commit comments

Comments
 (0)