Skip to content

Commit 54b5773

Browse files
committed
Use relative path without ./ for pack output
1 parent 8f613bc commit 54b5773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet build src/XperienceCommunity.Sustainability.csproj --configuration Release --no-restore
2828

2929
- name: Pack
30-
run: dotnet pack src/XperienceCommunity.Sustainability.csproj --configuration Release --output ./nupkg
30+
run: dotnet pack src/XperienceCommunity.Sustainability.csproj --configuration Release --no-build --output nupkg
3131

3232
- name: Publish to NuGet using Trusted Publishing
3333
run: dotnet nuget push ./nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)