store build result

This commit is contained in:
Athou
2022-08-14 13:13:53 +02:00
parent e803ce13eb
commit 2d8584b72d

View File

@@ -18,3 +18,8 @@ jobs:
distribution: "temurin" distribution: "temurin"
- name: Build with Maven - name: Build with Maven
run: mvn --batch-mode --update-snapshots verify run: mvn --batch-mode --update-snapshots verify
- uses: actions/upload-artifact@v3
if: ${{ matrix.java == '8' }}
with:
name: commafeed.jar
path: commafeed-server/target/commafeed.jar