mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 16:33:40 +08:00 
			
		
		
		
	Try to fix notarization
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build-macosx-amd64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-macosx-amd64.yml
									
									
									
									
										vendored
									
									
								
							@@ -47,7 +47,7 @@ jobs:
 | 
				
			|||||||
        name: Build
 | 
					        name: Build
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          chmod +x compile_macosx.sh
 | 
					          chmod +x compile_macosx.sh
 | 
				
			||||||
          ./compile_macosx.sh amd64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }} "${{ secrets.APPLE_BUILD_CERTIFICATE_NAME }}" "${{ secrets.APPLE_TEAM_NAME }}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_PASSWORD }}"
 | 
					          ./compile_macosx.sh amd64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }} "${{ secrets.APPLE_BUILD_CERTIFICATE_NAME }}" ${{ secrets.APPLE_TEAM_NAME }} ${{ secrets.APPLE_ID }} ${{ secrets.APPLE_PASSWORD }}
 | 
				
			||||||
      - name: Clean up keychain
 | 
					      - name: Clean up keychain
 | 
				
			||||||
        if: ${{ always() }}
 | 
					        if: ${{ always() }}
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -69,6 +69,6 @@ fi
 | 
				
			|||||||
xcrun stapler staple "$1"
 | 
					xcrun stapler staple "$1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# clean up
 | 
					# clean up
 | 
				
			||||||
rm -f $APP_NAME.zip
 | 
					rm -f "$APP_NAME.zip"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "##########################################################"
 | 
					echo "##########################################################"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user