Skip to content

Commit f1fa099

Browse files
committed
Fix path
1 parent 89537f4 commit f1fa099

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
@@ -43,7 +43,7 @@ jobs:
4343
- name: Create packages
4444
run: |
4545
mkdir -p ./packages
46-
dotnet pack SharpAssert.Runtime/SharpAssert.csproj \
46+
dotnet pack SharpAssert.Runtime/SharpAssert.Runtime.csproj \
4747
--configuration Release \
4848
--no-build \
4949
--output ./packages \

0 commit comments

Comments
 (0)