feature: adds a nuget pack for the mofdified nupkg

This commit is contained in:
jtalborough
2024-04-26 13:04:09 -04:00
parent 5e6f8cfeb3
commit 3077399655

View File

@@ -78,6 +78,10 @@ jobs:
run: |
7z a .\output\PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg output\**\*.cpz
7z a .\output\PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg output\**\*.cplz
- name: Repack NuGet Package
run: nuget pack .\output\PepperDash.Essentials.nuspec -Version ${{ steps.setVersion.outputs.version }} -OutputDirectory .\output
- name: Repack NuGet Package
run: nuget pack .\output\PepperDash.Essentials.nuspec -Version ${{ steps.setVersion.outputs.version }} -OutputDirectory .\output
- name: Create Release
id: create_release
# if: contains(steps.setVersion.outputs.version,'-rc-') ||