Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

action-codesign-recursive

do codesign on xcode app recursively

Use it inside steps like this

- name: Codesign
  uses: tctony/action-codesign-recursive@v1
  with:
    identity: ${{ secrets.CERT_NAME }}
    path: Some.app
    options: '--options runtime'

About

do codesign on xcode app recursively

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors