ci: Add artifact README
All checks were successful
/ build (push) Successful in 23s

Signed-off-by: Minecon724 <git@m724.eu>
This commit is contained in:
Minecon724 2025-02-10 17:22:44 +01:00
parent 734a1ef497
commit 721d8d2768
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -13,8 +13,13 @@ jobs:
- name: Build
run: mvn package
- name: Add build data
run: "mkdir meta && git log -1 > meta/commit.txt && date > meta/build-date.txt"
- name: Upload artifacts
uses: https://github.com/actions/upload-artifact@v3
with:
path: target/blog-*.jar
path: |
meta
target/blog-*.jar
if-no-files-found: error