Skip to content

Commit 9f938c9

Browse files
authored
Fix typo in Maven build command file name
1 parent 1d0a72d commit 9f938c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven
31-
run: mvn -B package --file pom.xm
31+
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)