Procházet zdrojové kódy

Attach installer to CI build

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_1
Alexander Kriegisch před 4 měsíci
rodič
revize
75a9c663ab
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. 9
    0
      .github/workflows/maven.yml

+ 9
- 0
.github/workflows/maven.yml Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit