Skip to content

Commit

Permalink
[CP-3286] tmp skip apple codesign & notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski committed Dec 18, 2024
1 parent f4bd308 commit a0405f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nexus-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ jobs:
run: |
export NODE_OPTIONS="--max-old-space-size=4096"
npm run app:dist
- name: Verify apple sign
if: matrix.os == 'macOS'
run: |
codesign -v -v apps/mudita-center/release/mac/Mudita\ Center.app
- name: Push artifacts to nexus registry from Windows
if: matrix.os == 'Windows'
env:
Expand Down
3 changes: 1 addition & 2 deletions apps/mudita-center/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
"dist/",
"../../node_modules/",
"package.json"
],
"afterSign": "../../scripts/notarize.js"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a0405f3

Please sign in to comment.