Skip to content

Commit c5b69b5

Browse files
authored
Merge pull request #3 from nfMalde/feature/dotnet8-upgrade
Fixed Assets
2 parents 89be17c + bb53866 commit c5b69b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139139
with:
140140
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
141-
asset_path: src/bin/Release/net8.0/Autofac.EasyPropInject.dll
141+
asset_path: src/bin/Release/netstandard2.1/Autofac.EasyPropInject.dll
142142
asset_name: Autofac.EasyPropInject.dll
143143
asset_content_type: application/octet-stream
144144
- name: Publish package to nuget

0 commit comments

Comments
 (0)