Skip to content

Commit

Permalink
Merge pull request #69 from tomasz-herman/karolk98-patch-2
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
tomasz-herman authored Jan 17, 2021
2 parents e89e954 + 65504ac commit d5e33dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./RayTracerApp/bin/Release/netcoreapp3.1/win10-x64/publish/RayTracerApp.exe
asset_path: ./RayTracerApp/bin/Release/net5.0-windows/win10-x64/publish/RayTracerApp.exe
asset_name: RayTracerApp.exe
asset_content_type: application/exe

0 comments on commit d5e33dd

Please sign in to comment.