mirror of
https://github.com/Lemonochrme/service-architecture.git
synced 2025-06-08 05:30: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
|
||||
run: cd helpapp-backend && mvn clean install
|
||||
|
||||
|
||||
- name: Upload artifact for deployment job
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: java-app
|
||||
path: '${{ github.workspace }}/target/*.jar'
|
||||
path: '${{ github.workspace }}/helpapp-backend/*/target/*.jar'
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue