From 054474e61db228b459d19951a358d416bb0486f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20ZITTE?= <16295702+agneszitte@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:50:28 -0400 Subject: [PATCH] ci: Adjust ci.yml from previous conflicts not resolved correctly --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31801e6..ef3a784 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,14 +175,6 @@ jobs: name: NuGet-Roboto path: artifacts/roboto - - name: Setup SignClient - run: | - dotnet tool install --tool-path build SignClient - - name: SignClient - shell: pwsh - run: | - build\SignClient sign -i artifacts\*.nupkg -c build\SignClient.json -r "${{ secrets.UNO_PLATFORM_CODESIGN_USERNAME }}" -s "${{ secrets.UNO_PLATFORM_CODESIGN_SECRET }}" -n "Uno.Check" -d "Uno.Check" -u "https://github.com/unoplatform/uno.check" - - name: Download OpenSans Artifacts # Adjusted to download specific artifact uses: actions/download-artifact@v4 with: