mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: replace cross-env with shell-emulator & misc (#1464)
This commit is contained in:
4
.github/workflows/client-app.yml
vendored
4
.github/workflows/client-app.yml
vendored
@@ -86,10 +86,8 @@ jobs:
|
||||
apps/desktop/src-tauri
|
||||
|
||||
- name: Make App Binary
|
||||
run: pnpm build:app
|
||||
working-directory: apps/desktop
|
||||
run: pnpm build:client
|
||||
env:
|
||||
CI: true
|
||||
CI_PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user