mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
style: update nuget add command order
This commit is contained in:
parent
fe1804f9c7
commit
2e4601b5f9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -74,8 +74,8 @@ jobs:
|
||||||
# Create the release on the source repo
|
# Create the release on the source repo
|
||||||
- name: Inject CPZ into NuGet Package
|
- name: Inject CPZ into NuGet Package
|
||||||
run: |
|
run: |
|
||||||
nuget add bin\Debug\*.cpz PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg -Expand
|
nuget add bin\Debug\*.cpz -Expand PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg
|
||||||
nuget add bin\Debug\*.cplz PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg -Expand
|
nuget add bin\Debug\*.cplz -Expand PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg
|
||||||
- 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