ci: Adjust signing publication
This commit is contained in:
Родитель
f2e499bc79
Коммит
968329a8c5
|
@ -366,7 +366,7 @@ jobs:
|
|||
- name: Upload Signed Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: NuGet
|
||||
name: NuGet-Signed
|
||||
path: .\artifacts\NuGet
|
||||
|
||||
publish_dev:
|
||||
|
@ -381,8 +381,8 @@ jobs:
|
|||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: NuGet
|
||||
path: artifacts\NuGet
|
||||
name: NuGet-Signed
|
||||
path: artifacts
|
||||
|
||||
- name: NuGet Push
|
||||
shell: pwsh
|
||||
|
@ -402,8 +402,8 @@ jobs:
|
|||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: NuGet
|
||||
path: artifacts\NuGet
|
||||
name: NuGet-Signed
|
||||
path: artifacts
|
||||
|
||||
- name: NuGet Push
|
||||
shell: pwsh
|
||||
|
|
Загрузка…
Ссылка в новой задаче