Skip to content

Commit

Permalink
chore: codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 23, 2024
1 parent 98ee030 commit 701901f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
export ALTSERVER_HOST="54.66.58.33"
export ALTSERVER_PORT=13000
chmod -R 755 SampleApp.app
xattr -d com.apple.quarantine SampleApp.app
codesign --deep -s - -f SampleApp.app
# xattr -d com.apple.quarantine SampleApp.app
open SampleApp.app
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 701901f

Please sign in to comment.