Skip to content

Commit

Permalink
Changed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 26, 2021
1 parent de49e9e commit 83d5edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: randomquotes-azure.0.1.${{ github.run_number }}.zip
asset_name: randomquotes-azure.0.1.${{ github.run_number }}.zip
asset_path: randomquotesapi-azure.0.1.${{ github.run_number }}.zip
asset_name: randomquotesapi-azure.0.1.${{ github.run_number }}.zip
asset_content_type: application/zip

0 comments on commit 83d5edf

Please sign in to comment.