mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-27 17:27:43 +00:00
fix: update file patterns for NuGet packing to ensure correct DLL inclusion
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user