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-') ||