Skip to content

Commit a3bf934

Browse files
committed
Update release workflow and build.xml configuration
The GitHub Actions workflow now uploads aem-plugin.jar during release. Also, the build.xml for aem-plugin-sample sets the project name and default target to 'wknd' for improved build clarity.
1 parent ceee4a5 commit a3bf934

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ jobs:
7777
echo "TAG_NAME=${TAG_NAME}"
7878
gh release create ${TAG_NAME} --generate-notes
7979
gh release upload ${TAG_NAME} connector/connector-app/target/dumont-connector.jar --clobber
80+
gh release upload ${TAG_NAME} aem/aem-plugin/target/aem-plugin.jar --clobber

aem/aem-plugin-sample/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project>
1+
<project name="aem-plugin-sample" default="wknd">
22
<target name="wknd">
33
<exec executable="mvnw.cmd">
44
<arg value="clean"/>

0 commit comments

Comments
 (0)