We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e6cf7 commit 9a849d9Copy full SHA for 9a849d9
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
dotnet retest -- --no-build
64
65
- name: 📦 pack
66
- run: dotnet pack -m:1
+ run: dotnet pack -m:1 -c:${{ env.Configuration }}
67
68
- name: 🐛 logs
69
uses: actions/upload-artifact@v4
0 commit comments