Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean authored Nov 12, 2023
1 parent 0cd9f05 commit f3044ab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,10 @@ jobs:
yarn run electron-builder --${{ matrix.platform }} -p never | sed 's/identityName=.*$//'
if (!(Test-Path out/win-unpacked/resources/app.asar.unpacked/node_modules/node-pty/build/Release/pty.node)) { throw 'node-pty not exist' }
- name: Setup Xcode
if: matrix.platform == 'mac'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Electron-Mac
if: matrix.platform == 'mac'
run: |
export DEBUG=electron-notarize*
sh ./scripts/download-ripgrep.sh
yarn run electron-builder --${{ matrix.platform }} --x64 -p never | sed 's/identityName=.*$//'
find ./out -regex '.*app.asar.unpacked/node_modules/node-pty/build/Release/pty.node$' | grep pty.node
Expand Down

1 comment on commit f3044ab

@vercel
Copy link

@vercel vercel bot commented on f3044ab Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.