Skip to content

Commit 054474e

Browse files
authored
ci: Adjust ci.yml from previous conflicts not resolved correctly
1 parent f6d072f commit 054474e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

-8
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,6 @@ jobs:
175175
name: NuGet-Roboto
176176
path: artifacts/roboto
177177

178-
- name: Setup SignClient
179-
run: |
180-
dotnet tool install --tool-path build SignClient
181-
- name: SignClient
182-
shell: pwsh
183-
run: |
184-
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"
185-
186178
- name: Download OpenSans Artifacts # Adjusted to download specific artifact
187179
uses: actions/download-artifact@v4
188180
with:

0 commit comments

Comments
 (0)