From cedcf3e5af957e463688c9498c40534b48752439 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Thu, 19 Oct 2023 14:00:07 -0700 Subject: [PATCH] Update publish_mauiex_nuget.yml --- .github/workflows/publish_mauiex_nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_mauiex_nuget.yml b/.github/workflows/publish_mauiex_nuget.yml index 92f3f37..e117777 100644 --- a/.github/workflows/publish_mauiex_nuget.yml +++ b/.github/workflows/publish_mauiex_nuget.yml @@ -28,8 +28,8 @@ jobs: - name: Sign NuGet Package run: | - nuget sign artifacts\NuGet\Release\*.nupkg -CertificatePath ${{ steps.cert_file.outputs.filePath }} -CertificatePassword ${{ secrets.PFX_PASSWORD }} -Timestamper http://timestamp.digicert.com -NonInteractive - nuget sign artifacts\NuGet\Release\*.snupkg -CertificatePath ${{ steps.cert_file.outputs.filePath }} -CertificatePassword ${{ secrets.PFX_PASSWORD }} -Timestamper http://timestamp.digicert.com -NonInteractive + nuget sign artifacts\Release\NuGet\*.nupkg -CertificatePath ${{ steps.cert_file.outputs.filePath }} -CertificatePassword ${{ secrets.PFX_PASSWORD }} -Timestamper http://timestamp.digicert.com -NonInteractive + nuget sign artifacts\Release\NuGet\*.snupkg -CertificatePath ${{ steps.cert_file.outputs.filePath }} -CertificatePassword ${{ secrets.PFX_PASSWORD }} -Timestamper http://timestamp.digicert.com -NonInteractive - name: Upload artifacts uses: actions/upload-artifact@v1