parent
7497e18c7c
commit
006773587a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Reference in a new issue