Fixed upload issues

This commit is contained in:
Yohan Boujon 2024-12-16 17:31:36 +01:00 committed by GitHub
parent b9bc0ca911
commit cb4713d080
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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