Skip to content

Commit f935193

Browse files
authored
Update libgit2sharp.yml
adjust sha
1 parent b100792 commit f935193

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
@@ -44,8 +44,8 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
4646
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
47-
asset_path: ./bin/Packages/Release/LibGit2Sharp.0.27.0-preview-${{ github.ref }}.nupkg
48-
asset_name: LibGit2Sharp.0.27.0-preview-${{ github.ref }}.nupkg
47+
asset_path: ./bin/Packages/Release/LibGit2Sharp.0.27.0-preview-${{ github.sha }}.nupkg
48+
asset_name: LibGit2Sharp.0.27.0-preview-${{ github.sha }}.nupkg
4949
asset_content_type: application/nupkg
5050

5151
test:

0 commit comments

Comments
 (0)