diff --git a/.github/workflows/cloudservice.yml b/.github/workflows/cloudservice.yml index 0aa8796..eac020c 100644 --- a/.github/workflows/cloudservice.yml +++ b/.github/workflows/cloudservice.yml @@ -46,5 +46,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} + asset_path: .\RandomQuotes-Azure-Release.1.0.${{ github.run_number }}.zip asset_name: RandomQuotes-Azure-Release.1.0.${{ github.run_number }}.zip asset_content_type: application/zip \ No newline at end of file