aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-07 11:26:26 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-07 11:26:26 +0700
commit75a9c663ab7b382cdd97f39acd2588cfe1f76f03 (patch)
tree777f4c8ebb882cb2c5ec1fda80e660983153b64e
parent96b15962f93d7e8400a1a03d20f2bc6939c7ad8e (diff)
downloadaspectj-75a9c663ab7b382cdd97f39acd2588cfe1f76f03.tar.gz
aspectj-75a9c663ab7b382cdd97f39acd2588cfe1f76f03.zip
Attach installer to CI build
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--.github/workflows/maven.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 894bd00cd..073d25480 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -82,6 +82,15 @@ jobs:
aspectjtools/target/aspectjtools-*.jar
aspectjtools/target/flattened-pom.xml
+ - name: Attach installer to build
+ uses: actions/upload-artifact@v3
+ with:
+ name: installer-java${{ matrix.java }}
+ # Installer JAR + flattened POM
+ path: |
+ installer/target/aspectj-*.jar
+ installer/target/flattened-pom.xml
+
- name: Create docs
run: ./mvnw -B --file pom.xml -DskipTests package -pl docs -P create-docs