Update maven.yml
This commit is contained in:
parent
1fc914327f
commit
9f40dab462
1 changed files with 1 additions and 8 deletions
9
.github/workflows/maven.yml
vendored
9
.github/workflows/maven.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_test:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
@ -31,13 +31,6 @@ jobs:
|
||||||
name: packaged-jar
|
name: packaged-jar
|
||||||
path: target/*.jar
|
path: target/*.jar
|
||||||
|
|
||||||
publish-job:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: build_test
|
|
||||||
steps:
|
|
||||||
- name: Checkout Repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue