This commit is contained in:
parent
7497e18c7c
commit
b007988676
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
- name: Install JDK and other deps
|
||||
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
|
||||
|
||||
- name: Build
|
||||
|
@ -16,4 +16,4 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
path: target
|
||||
path: target/blog-software-java-*.jar
|
Loading…
Reference in a new issue