Skip to content

Commit 335a104

Browse files
committed
Use different library name
1 parent 55502f7 commit 335a104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Publish to NuGet
3434
env:
3535
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
36-
run: dotnet nuget push ./output/Backtrace${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
36+
run: dotnet nuget push ./output/Backtrace.${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)