Skip to content

Commit

Permalink
Disable signing for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jarne committed Mar 1, 2024
1 parent 7d16bbd commit c4179c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
-scheme ${{ env.APP_NAME }} \
-configuration Release \
-sdk macosx \
archive -archivePath build/${{ env.APP_NAME }}.xcarchive
archive -archivePath build/${{ env.APP_NAME }}.xcarchive CODE_SIGNING_ALLOWED=NO
- name: Archive artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c4179c3

Please sign in to comment.