Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
w-k-s committed Aug 1, 2023
1 parent 12c3cb7 commit 328aed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./*.war
asset_path: CalorieApp-1.0-SNAPSHOT.war
asset_name: CalorieApp-${{ github.event.inputs.version }}.war
asset_content_type: application/octet-stream
- name: Upload Swagger to Release
Expand Down

0 comments on commit 328aed6

Please sign in to comment.