Skip to content

Commit 9ed1770

Browse files
committed
[edit] Explicit package pack
1 parent 78a9dbf commit 9ed1770

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 --no-build -c Release -o ./publish
34+
run: dotnet pack Simplify.ProjectsTemplates/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)