Skip to content

Commit d60073c

Browse files
committed
ci: add dotnet pack and use Release
1 parent 8191283 commit d60073c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-debug.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
steps:
1818
- uses: Cysharp/Actions/.github/actions/checkout@main
1919
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
20-
- run: dotnet build -c Debug
20+
- run: dotnet build -c Release
21+
- run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -o $GITHUB_WORKSPACE/artifacts

0 commit comments

Comments
 (0)