fix: update file patterns for NuGet packing to ensure correct DLL inclusion

This commit is contained in:
Miha Kralj
2026-01-21 23:35:50 -06:00
parent 0c3b944485
commit cd7f753f14
+3 -3
View File
@@ -113,8 +113,8 @@ jobs:
--prerelease \
--target ${{ github.sha }} \
lib/bin/Release/*.nupkg \
lib/bin/Release/**/QuanTAlib.dll \
quantower/bin/Release/**/*.dll
lib/bin/Release/QuanTAlib.dll \
quantower/bin/Release/*.dll
- name: Push to MyGet
if: steps.release_type.outputs.type == 'development'
@@ -141,7 +141,7 @@ jobs:
--title "Release ${{ steps.gitversion.outputs.MajorMinorPatch }}" \
--generate-notes \
lib/bin/Release/*.nupkg \
quantower/bin/Release/**/*.dll
quantower/bin/Release/*.dll
- name: Push to NuGet
if: steps.release_type.outputs.type == 'production'