ci: Adjust signing publication

This commit is contained in:
Jérôme Laban 2024-09-11 09:37:59 -04:00 коммит произвёл GitHub
Родитель f2e499bc79
Коммит 968329a8c5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 5 добавлений и 5 удалений

10
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -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