Skip to content

Commit 156aae9

Browse files
authored
Update publish.yml
1 parent 22675b5 commit 156aae9

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build
2222
run: dotnet build --no-restore
2323
- name: Pack
24-
run: dotnet pack --no-build --include-symbols -p:SymbolPackageFormat=snupkg -c Release -o ${{github.workspace}}/Packages
24+
run: dotnet pack --no-build --include-symbols -c Release -p:SymbolPackageFormat=snupkg -o ${{github.workspace}}/Packages
2525
- name: Upload Artifact
2626
uses: actions/upload-artifact@v4
2727
with:

0 commit comments

Comments
 (0)