Skip to content

Commit 69b6ba8

Browse files
committed
fix error in CI build-and-test run statement
1 parent 65af539 commit 69b6ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
dotnet-version: 8.x
1010
- run: dotnet build --configuration Release
1111
- run: dotnet test
12-
- run: dotnet pack --configuration Release --output nupkg --project Stegosaurus/Stegosaurus.csproj
12+
- run: dotnet pack Stegosaurus/Stegosaurus.csproj --configuration Release --output nupkg
1313

1414
publish:
1515
needs: build-and-test

0 commit comments

Comments
 (0)