Update windows.yml

This commit is contained in:
empathicqubit 2021-05-17 13:10:36 -04:00 committed by GitHub
parent a42634c12d
commit 4af5293dae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,5 +40,5 @@ jobs:
with: with:
upload_url: ${{ steps.get_release.outputs.upload_url }} upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: EmpathicQubit.ConsoleServer/bin/DragonbornSpeaksNaturallyApi.Release.zip asset_path: EmpathicQubit.ConsoleServer/bin/DragonbornSpeaksNaturallyApi.Release.zip
asset_name: DragonbornSpeaksNaturallyApi.zip asset_name: DragonbornSpeaksNaturallyApi.${{ steps.get_release.outputs.tag_name }}.zip
asset_content_type: application/zip asset_content_type: application/zip