From 64ba5a9f94bd7dc1680dd8f1fe9f3131f1bfd418 Mon Sep 17 00:00:00 2001 From: jtalborough Date: Fri, 26 Apr 2024 12:23:06 -0400 Subject: [PATCH] refactor: Update file paths for packaging commands --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4e304923..a8365501 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -76,8 +76,8 @@ jobs: run: choco install 7zip.install -y - name: Add CPZ and CPLZ to NuGet Package run: | - 7z a PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg bin\Debug\*.cpz - 7z a PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg bin\Debug\*.cplz + 7z a PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg output\**\*.cpz + 7z a PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg output\**\*.cplz - name: Create Release id: create_release # if: contains(steps.setVersion.outputs.version,'-rc-') ||