We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d072f commit 054474eCopy full SHA for 054474e
.github/workflows/ci.yml
@@ -175,14 +175,6 @@ jobs:
175
name: NuGet-Roboto
176
path: artifacts/roboto
177
178
- - name: Setup SignClient
179
- run: |
180
- dotnet tool install --tool-path build SignClient
181
- - name: SignClient
182
- shell: pwsh
183
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
-
186
- name: Download OpenSans Artifacts # Adjusted to download specific artifact
187
uses: actions/download-artifact@v4
188
with:
0 commit comments