Skip to content

Commit

Permalink
Fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-muller666 committed Jul 26, 2024
1 parent d293b70 commit da821f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
with:
name: app-jar
path: target/*.jar
if-no-files-found: error

publish-docs:
needs: build-application
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: app-jar
path: ./

- name: Debug Output
run: |
Expand All @@ -136,6 +138,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./app-jar/*.jar
asset_name: '*.jar'
asset_path: ./*.jar
asset_content_type: application/java-archive

0 comments on commit da821f6

Please sign in to comment.