Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Jun 12, 2023
1 parent fed8871 commit db57f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
dotnet tool install -g nupkgwrench
nupkgwrench extract ./NuGet/*.nupkg --output ./tmp
codesign -s "$env:APPLE_CERT_CN" ./tmp/**/maui-check --keychain /Users/runner/Library/Keychains/signing_temp.keychain-db
codesign --sign "$env:APPLE_CERT_CN" "$pwd/tmp/**/maui-check" --keychain /Users/runner/Library/Keychains/signing_temp.keychain-db
New-Item -ItemType Directory -Force -Path ./NuGetSigned
nupkgwrench compress ./tmp --output ./NuGetSigned/
$pfxPath = Join-Path -Path $pwd -ChildPath "codesigncert.pfx"
Expand Down

0 comments on commit db57f17

Please sign in to comment.