Skip to content

Commit 3e20b2f

Browse files
Update build
1 parent 60a53b6 commit 3e20b2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616

1717
- name: Set up JDK 17
1818
uses: actions/setup-java@v4
@@ -21,7 +21,7 @@ jobs:
2121
distribution: temurin
2222

2323
- name: Build
24-
run: mvn package --file pom.xml
24+
run: mvn package
2525

2626
- name: Extract repository name
2727
run: echo "NAME=$(basename ${{ github.repository }})" >> $GITHUB_ENV

0 commit comments

Comments
 (0)