Skip to content

Commit

Permalink
Merge pull request #57 from unoplatform/mergify/bp/release/stable/2.4…
Browse files Browse the repository at this point in the history
…/pr-53

ci: Adjust SignClient after #52 (backport #53)
  • Loading branch information
agneszitte authored Sep 13, 2024
2 parents 8e27c70 + 5581d80 commit f6d072f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- 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"
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: Upload Signed Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f6d072f

Please sign in to comment.