Skip to content

Commit ee06f2f

Browse files
committed
Fix for build
1 parent 364f905 commit ee06f2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Creating library package
3737
run: dotnet pack src/ -c Release -o ${GITHUB_WORKSPACE}/lib -p:version=$VERSION /nowarn:CS1591
3838
- name: Buidling template package
39-
run: dotnet pack template/ -c Release -o ${GITHUB_WORKSPACE}/template -p:version=$VERSION -p:PackageVersion=$VERSION
39+
run: dotnet pack templates/bunit-project/ -c Release -o ${GITHUB_WORKSPACE}/templates -p:version=$VERSION -p:PackageVersion=$VERSION
4040
- name: Verifying template
4141
run: |
42-
dotnet new --install ${GITHUB_WORKSPACE}/template/bunit.template.$VERSION.nupkg
42+
dotnet new --install ${GITHUB_WORKSPACE}/templates/bunit.template.$VERSION.nupkg
4343
dotnet new bunit -o ${GITHUB_WORKSPACE}/Test
4444
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/lib
4545
dotnet test ${GITHUB_WORKSPACE}/Test

0 commit comments

Comments
 (0)