Skip to content

Commit f58919f

Browse files
authored
Update dotnet-desktop.yml
1 parent 96de8dd commit f58919f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
5151
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
52-
asset_path: ./SharpRISCV/bin/Release/net7.0/SharpRISCV.zip
52+
asset_path: ./SharpRISCV.zip
5353
asset_name: SharpRISCV.zip
5454
asset_content_type: application/zip

0 commit comments

Comments
 (0)