Skip to content

Commit

Permalink
ci: Adjust ci.yml from previous conflicts not resolved correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
agneszitte authored Sep 13, 2024
1 parent f6d072f commit 054474e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 054474e

Please sign in to comment.