Skip to content

Commit d9384f9

Browse files
authored
Update libgit2sharp.yml
1 parent 8c85ba3 commit d9384f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libgit2sharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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
5454
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${{ 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)