Skip to content

Commit bbae769

Browse files
committed
fix path for mvn packaage command
1 parent c2c395c commit bbae769

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up JDK 17
3535
uses: actions/setup-java@v4
3636
with:
37-
java-version: '21'
37+
java-version: '17'
3838
distribution: 'temurin'
3939
cache: maven
4040
- name: Build with Maven
@@ -51,6 +51,8 @@ jobs:
5151
with:
5252
path: ./${{ inputs.package_name }}
5353
- run: mvn -B package --file pom.xml
54+
with:
55+
path: ./${{ inputs.package_name }}
5456
# Upload a file to AWS s3
5557
- name: Copy tgz build file to s3
5658
run: |

0 commit comments

Comments
 (0)