Skip to content

Commit 08456bf

Browse files
committed
Fix pack command
1 parent ae4ab16 commit 08456bf

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
@@ -53,7 +53,7 @@ jobs:
5353
run: dotnet test --no-build --no-restore
5454

5555
- name: pack
56-
run: dotnet pack --no-build --no-restore -o dist
56+
run: dotnet pack --no-build --no-restore -c ${{ matrix.configuration }} -o dist
5757

5858
- name: publish artifact
5959
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)