Merge pull request #440 from janhq/chore/change-path-siging-plugin

Change codesign plugin folder in ci
This commit is contained in:
hiento09 2023-10-25 01:24:33 +07:00 committed by GitHub
commit 37b661a750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ jobs:
yarn install yarn install
yarn build:plugins-darwin yarn build:plugins-darwin
env: env:
APP_PATH: electron APP_PATH: "."
DEVELOPER_ID: ${{ secrets.DEVELOPER_ID }} DEVELOPER_ID: ${{ secrets.DEVELOPER_ID }}
- name: Build and publish app - name: Build and publish app