Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 14, 2021
1 parent 4937cc2 commit a494bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: app.jar
asset_name: target/app.jar
asset_path: target/app.jar
asset_name: app.jar
asset_content_type: application/zip

- name: Rename package
Expand Down

0 comments on commit a494bbb

Please sign in to comment.