mirror of
https://github.com/Lemonochrme/service-architecture.git
synced 2025-06-08 13:40:50 +02:00
Fixed upload issues
This commit is contained in:
parent
b9bc0ca911
commit
cb4713d080
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main_helpapp.yml
vendored
4
.github/workflows/main_helpapp.yml
vendored
|
@ -24,12 +24,12 @@ jobs:
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: cd helpapp-backend && mvn clean install
|
run: cd helpapp-backend && mvn clean install
|
||||||
|
|
||||||
- name: Upload artifact for deployment job
|
- name: Upload artifact for deployment job
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: java-app
|
name: java-app
|
||||||
path: '${{ github.workspace }}/target/*.jar'
|
path: '${{ github.workspace }}/helpapp-backend/*/target/*.jar'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue