mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 04:58:08 +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 \
|
--prerelease \
|
||||||
--target ${{ github.sha }} \
|
--target ${{ github.sha }} \
|
||||||
lib/bin/Release/*.nupkg \
|
lib/bin/Release/*.nupkg \
|
||||||
lib/bin/Release/**/QuanTAlib.dll \
|
lib/bin/Release/QuanTAlib.dll \
|
||||||
quantower/bin/Release/**/*.dll
|
quantower/bin/Release/*.dll
|
||||||
|
|
||||||
- name: Push to MyGet
|
- name: Push to MyGet
|
||||||
if: steps.release_type.outputs.type == 'development'
|
if: steps.release_type.outputs.type == 'development'
|
||||||
@@ -141,7 +141,7 @@ jobs:
|
|||||||
--title "Release ${{ steps.gitversion.outputs.MajorMinorPatch }}" \
|
--title "Release ${{ steps.gitversion.outputs.MajorMinorPatch }}" \
|
||||||
--generate-notes \
|
--generate-notes \
|
||||||
lib/bin/Release/*.nupkg \
|
lib/bin/Release/*.nupkg \
|
||||||
quantower/bin/Release/**/*.dll
|
quantower/bin/Release/*.dll
|
||||||
|
|
||||||
- name: Push to NuGet
|
- name: Push to NuGet
|
||||||
if: steps.release_type.outputs.type == 'production'
|
if: steps.release_type.outputs.type == 'production'
|
||||||
|
|||||||
Reference in New Issue
Block a user