Skip to content

Commit 1fb7e80

Browse files
committed
chore: fix publish
1 parent d7437a9 commit 1fb7e80

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
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Pack
4141
if: steps.versionize.outcome == 'success'
42-
run: dotnet pack --output ./nupkgs --include-source --configuration Release --include-symbols
42+
run: dotnet pack ./ApiStub.FSharp --output ./nupkgs --include-source --configuration Release --include-symbols
4343

4444
- name: Push Package
4545
if: steps.versionize.outcome == 'success'

0 commit comments

Comments
 (0)