Skip to content

Commit

Permalink
Update directory-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed May 25, 2023
1 parent 9a5692d commit fe6ba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/directory-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "RELEASE_VERSION=$(cd addon && mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
echo "RELEASE_ZIP=addon/target/$(cd addon && mvn help:evaluate -Dexpression=project.build.finalName -q -DforceStdout).zip" >> $GITHUB_ENV
- name: Build with Maven
run:
run: |
echo "Building version ${{env.RELEASE_VERSION}} of ${{env.RELEASE_NAME}}"
( cd addon && mvn -B install -Pdirectory --file pom.xml )
echo "Package $(ls -l ${{env.RELEASE_ZIP}})"
Expand Down

0 comments on commit fe6ba8e

Please sign in to comment.