Skip to content

Commit c07bd6f

Browse files
committed
update CI file. changed pack step in publish job
1 parent 2cdc4fc commit c07bd6f

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
@@ -19,5 +19,5 @@ jobs:
1919
- uses: actions/setup-dotnet@v3
2020
with:
2121
dotnet-version: 8.x
22-
- run: dotnet pack Stegosaurus/Stegosaurus.csproj --configuration Release --output nupkg
22+
- run: dotnet pack Stegosaurus/Stegosaurus.csproj --configuration Release
2323
- run: dotnet nuget push Stegosaurus/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)