Compare commits

..

6 Commits

Author SHA1 Message Date
jtalborough
c418e1ce93 fix: Update file paths for adding CPZ and CPLZ to NuGet Package 2024-04-26 16:41:38 -04:00
jtalborough
a5b5e451f5 fix: typo 2024-04-26 13:11:09 -04:00
jtalborough
3077399655 feature: adds a nuget pack for the mofdified nupkg 2024-04-26 13:04:09 -04:00
jtalborough
5e6f8cfeb3 fix: update file path for build 2024-04-26 12:52:30 -04:00
jtalborough
64ba5a9f94 refactor: Update file paths for packaging commands 2024-04-26 12:23:06 -04:00
jtalborough
b9382216c1 ci: Install 7-Zip for packaging 2024-04-26 12:16:34 -04:00

View File

@@ -72,10 +72,12 @@ jobs:
git tag ${{ steps.setVersion.outputs.version }}
git push --tags origin
# Create the release on the source repo
- name: Install 7-Zip
run: choco install 7zip.install -y
- name: Add CPZ and CPLZ to NuGet Package
run: |
zip -j PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg bin\Debug\*.cpz
zip -j PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg bin\Debug\*.cplz
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: Create Release
id: create_release
# if: contains(steps.setVersion.outputs.version,'-rc-') ||