Skip to content

Commit ce9dbc2

Browse files
committed
Fix project paths
1 parent f1fa099 commit ce9dbc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
- name: Create packages
4444
run: |
4545
mkdir -p ./packages
46-
dotnet pack SharpAssert.Runtime/SharpAssert.Runtime.csproj \
46+
dotnet pack src/SharpAssert.Runtime/SharpAssert.Runtime.csproj \
4747
--configuration Release \
4848
--no-build \
4949
--output ./packages \
5050
-p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
51-
dotnet pack SharpAssert/SharpAssert.csproj \
51+
dotnet pack src/SharpAssert/SharpAssert.csproj \
5252
--configuration Release \
5353
--no-build \
5454
--output ./packages \

0 commit comments

Comments
 (0)