Skip to content

Commit ffafb21

Browse files
authored
Update libgit2sharp.yml
1 parent 29cf3c0 commit ffafb21

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
@@ -50,7 +50,7 @@ jobs:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
with:
5252
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
53-
asset_path: ./bin/Packages/Release/LibGit2Sharp.0.27.0-preview-g${{ steps.short-sha.putput.short_sha }}.nupkg
53+
asset_path: ./bin/Packages/Release/LibGit2Sharp.0.27.0-preview-g${{ steps.short-sha.output.short_sha }}.nupkg
5454
asset_name: LibGit2Sharp.0.27.0-preview-g${{ github.sha }}.nupkg
5555
asset_content_type: application/nupkg
5656

0 commit comments

Comments
 (0)