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
2
.github/workflows/main_helpapp.yml
vendored
2
.github/workflows/main_helpapp.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
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