Skip to content

Commit 1c11ab7

Browse files
committed
Print directory before publish
1 parent fbd1d41 commit 1c11ab7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
- name: Publish to NuGet
3131
env:
3232
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
33-
run: dotnet nuget push ./Backtrace.${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
33+
run: |
34+
ls
35+
dotnet nuget push Backtrace.${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)