Skip to content

Commit

Permalink
refactor(githubaction): add application_identity for code sign
Browse files Browse the repository at this point in the history
  • Loading branch information
cage1016 committed Aug 25, 2023
1 parent 14d8594 commit 90522a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
"source" : [".workflow/exe"],
"bundle_id" : "com.kaichu.mergeimgs",
"sign" :{
"application_identity" : ""
"application_identity" : "Developer ID Application: KAI CHU CHUNG"
}
}
EOF
Expand Down
2 changes: 1 addition & 1 deletion ak.json
Expand Up @@ -21,6 +21,6 @@
"name": "KAI CHU CHUNG"
},
"gon": {
"application_identity": ""
"application_identity": "Developer ID Application: KAI CHU CHUNG"
}
}

0 comments on commit 90522a6

Please sign in to comment.