Skip to content

Commit 9a849d9

Browse files
committed
Specify configration in pack command
1 parent e0e6cf7 commit 9a849d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
dotnet retest -- --no-build
6464
6565
- name: 📦 pack
66-
run: dotnet pack -m:1
66+
run: dotnet pack -m:1 -c:${{ env.Configuration }}
6767

6868
- name: 🐛 logs
6969
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)