Skip to content

Commit

Permalink
remove code sign identity
Browse files Browse the repository at this point in the history
  • Loading branch information
esoxjem committed Jan 23, 2023
1 parent 2c3f25b commit 055db8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Remove Code Sign Identity
run: sed -i .bak 's/Mac Developer/-/g' ./Mizu.xcodeproj/project.pbxproj

- name: Build
run: xcodebuild -scheme "Mizu" -project Mizu.xcodeproj build

Expand Down

0 comments on commit 055db8a

Please sign in to comment.