Skip to content

Commit afc0d5f

Browse files
committed
maybe debug
1 parent 7e9fb88 commit afc0d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Test
3838
run: dotnet test --no-build --verbosity normal
3939
- name: Package
40-
run: dotnet pack -c Release -o . TiaCodegen/DotNetProjects.TiaCodegen.csproj
40+
run: dotnet pack -c Debug -o . TiaCodegen/DotNetProjects.TiaCodegen.csproj
4141
- name: Publish
4242
run: dotnet nuget push *.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)