Skip to content

Commit 94e2e33

Browse files
committed
[fix] package path
1 parent 9ed1770 commit 94e2e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet test --no-build -c Release --verbosity normal
3232

3333
- name: Create Package
34-
run: dotnet pack Simplify.ProjectsTemplates/Simplify.ProjectsTemplates.csproj --no-build -c Release -o ./publish
34+
run: dotnet pack Simplify.ProjectsTemplates.csproj --no-build -c Release -o ./publish
3535

3636
- name: Create packages artifact
3737
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)