Skip to content

Commit 1fe93a2

Browse files
committed
Publishing
1 parent 7cad084 commit 1fe93a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ jobs:
1919
dotnet-version: 6.0.x
2020
- name: Restore dependencies
2121
run: dotnet restore
22-
working-directory: src
2322
- name: Build
2423
run: dotnet build --no-restore -c Release
25-
working-directory: src
2624
- name: Pack
27-
run: dotnet pack -c Release -o ../nupkgs --no-build
28-
working-directory: src
25+
run: dotnet pack -c Release -o nupkgs --no-build
2926
- name: Publish
3027
run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)