Skip to content

Commit 8ef4ca6

Browse files
committed
Fix output
1 parent 1564e51 commit 8ef4ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Pack
7878
run: |
79-
dotnet pack -c Release --no-build --no-restore --output ${{ env.OUTPUT_DIR }} \
79+
dotnet pack -c Release --no-build --no-restore --output nupkg \
8080
--include-symbols --include-source --version-suffix ${{ github.event.inputs.version }}
8181
8282
- name: Push Packages to NuGet

0 commit comments

Comments
 (0)