We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c395c commit bbae769Copy full SHA for bbae769
1 file changed
.github/workflows/sync-package.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up JDK 17
35
uses: actions/setup-java@v4
36
with:
37
- java-version: '21'
+ java-version: '17'
38
distribution: 'temurin'
39
cache: maven
40
- name: Build with Maven
@@ -51,6 +51,8 @@ jobs:
51
52
path: ./${{ inputs.package_name }}
53
- run: mvn -B package --file pom.xml
54
+ with:
55
+ path: ./${{ inputs.package_name }}
56
# Upload a file to AWS s3
57
- name: Copy tgz build file to s3
58
run: |
0 commit comments