mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(electron): add back bundle test for appimage (#5876)
In an attempt to fix AppImage build test, I incorrectly removed the script. This PR add it back.
This commit is contained in:
10
.github/workflows/build-test.yml
vendored
10
.github/workflows/build-test.yml
vendored
@@ -541,13 +541,21 @@ jobs:
|
|||||||
run: yarn workspace @affine-test/affine-desktop e2e
|
run: yarn workspace @affine-test/affine-desktop e2e
|
||||||
|
|
||||||
- name: Make bundle
|
- name: Make bundle
|
||||||
if: ${{ matrix.spec.os == 'macos-14' && matrix.spec.arch == 'arm64' }}
|
if: ${{ matrix.spec.target == 'aarch64-apple-darwin' }}
|
||||||
env:
|
env:
|
||||||
SKIP_BUNDLE: true
|
SKIP_BUNDLE: true
|
||||||
SKIP_WEB_BUILD: true
|
SKIP_WEB_BUILD: true
|
||||||
HOIST_NODE_MODULES: 1
|
HOIST_NODE_MODULES: 1
|
||||||
run: yarn workspace @affine/electron package --platform=darwin --arch=arm64
|
run: yarn workspace @affine/electron package --platform=darwin --arch=arm64
|
||||||
|
|
||||||
|
- name: Make AppImage
|
||||||
|
run: yarn workspace @affine/electron make --platform=linux --arch=x64
|
||||||
|
if: ${{ matrix.spec.target == 'x86_64-unknown-linux-gnu' }}
|
||||||
|
env:
|
||||||
|
SKIP_PLUGIN_BUILD: 1
|
||||||
|
SKIP_WEB_BUILD: 1
|
||||||
|
HOIST_NODE_MODULES: 1
|
||||||
|
|
||||||
- name: Output check
|
- name: Output check
|
||||||
if: ${{ matrix.spec.os == 'macos-14' && matrix.spec.arch == 'arm64' }}
|
if: ${{ matrix.spec.os == 'macos-14' && matrix.spec.arch == 'arm64' }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user