diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a8365501..4b449da1 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 output\**\*.cpz - 7z a PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg output\**\*.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-') ||