mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: Fix incorrect file paths for adding CPZ and CPLZ files
This commit is contained in:
parent
c418e1ce93
commit
fcaffd0c88
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -76,8 +76,8 @@ jobs:
|
||||||
run: choco install 7zip.install -y
|
run: choco install 7zip.install -y
|
||||||
- name: Add CPZ and CPLZ to NuGet Package
|
- name: Add CPZ and CPLZ to NuGet Package
|
||||||
run: |
|
run: |
|
||||||
7z a .\output\PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg .\output\**\*.cpz
|
7z a .\output\PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg .\output\**\*.cpz..\builds
|
||||||
7z a .\output\PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg .\output\**\*.cplz
|
7z a .\output\PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg .\output\**\*.cplz..\builds
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
# if: contains(steps.setVersion.outputs.version,'-rc-') ||
|
# if: contains(steps.setVersion.outputs.version,'-rc-') ||
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue