Skip to content

Commit 7be7f45

Browse files
committed
Fix extension build workflow
1 parent 27dcdb6 commit 7be7f45

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/extension-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
java-version: '17'
3232
distribution: 'temurin'
3333

34-
- name: Capture extension name
35-
run: echo EXTENSION_NAME=${{ github.event.inputs.extension }} >> $GITHUB_ENV
36-
3734
- name: Build extension with Maven
3835
run: mvn -B package --file pom.xml
39-
working-directory: ${EXTENSION_NAME}
36+
working-directory: ${{ github.event.inputs.extension }}

0 commit comments

Comments
 (0)