mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 16:33:40 +08:00 
			
		
		
		
	Grant codesign access rights
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build-macosx-amd64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-macosx-amd64.yml
									
									
									
									
										vendored
									
									
								
							@@ -41,7 +41,7 @@ jobs:
 | 
			
		||||
          security unlock-keychain -p "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH
 | 
			
		||||
 | 
			
		||||
          # import certificate to keychain
 | 
			
		||||
          security import $CERTIFICATE_PATH -P "$P12_PASSWORD" -A -t cert -f pkcs12 -k $KEYCHAIN_PATH
 | 
			
		||||
          security import $CERTIFICATE_PATH -P "$P12_PASSWORD" -A -t cert -f pkcs12 -k $KEYCHAIN_PATH -T /usr/bin/codesign
 | 
			
		||||
          security list-keychain -d user -s $KEYCHAIN_PATH
 | 
			
		||||
      -
 | 
			
		||||
        name: Build
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user