Skip to content

Commit ef6eecd

Browse files
authored
Update libgit2sharp.yml
1 parent d9384f9 commit ef6eecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libgit2sharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
SHORT_SHA: ${{ steps.short-sha.outputs.short_sha }}
5252
with:
5353
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
54-
asset_path: ./bin/Packages/Release/LibGit2Sharp.0.27.0-preview-g${{ steps.short-sha.outputs.short_sha }}.nupkg
55-
asset_name: LibGit2Sharp.0.27.0-preview-g${{ steps.short-sha.outputs.short_sha }}.nupkg
54+
asset_path: ./bin/Packages/Release/LibGit2Sharp.0.27.0-preview-g${{steps.short-sha.outputs.short_sha}}.nupkg
55+
asset_name: LibGit2Sharp.0.27.0-preview-g${{steps.short-sha.outputs.short_sha}}.nupkg
5656
asset_content_type: application/nupkg
5757

5858
test:

0 commit comments

Comments
 (0)