Skip to content

Commit f6d072f

Browse files
authored
Merge pull request #57 from unoplatform/mergify/bp/release/stable/2.4/pr-53
ci: Adjust SignClient after #52 (backport #53)
2 parents 8e27c70 + 5581d80 commit f6d072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
- name: SignClient
201201
shell: pwsh
202202
run: |
203-
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"
203+
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"
204204
205205
- name: Upload Signed Artifacts
206206
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)