Fix workflow
Some checks failed
/ build (push) Failing after 48s

This commit is contained in:
Minecon724 2025-01-14 14:23:37 +01:00
parent 7497e18c7c
commit 006773587a
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -7,13 +7,13 @@ jobs:
- name: Install JDK and other deps - name: Install JDK and other deps
run: apt update && apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl zstd run: apt update && apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl zstd
- name: Upload artifacts - name: Checkout
uses: https://github.com/actions/checkout@v4 uses: https://github.com/actions/checkout@v4
- name: Build - name: Build
run: mvn package run: mvn package
- name: Upload artifacts - name: Upload artifacts
uses: https://github.com/actions/upload-artifact@v3 uses: https://github.com/actions/upload-artifact@v4
with: with:
path: target path: target/blog-software-java-*.jar