fix(ci): remove package-smoke check from RPM workflow

The existing test:package-smoke script only supports .AppImage and .deb formats.
Skip this check in the RPM-only workflow since electron-builder validates the package structure during build.
This commit is contained in:
Wenyin Root 2026-07-15 11:59:14 +08:00
parent e3c82b2d3c
commit 20e6e297c1

View File

@ -105,9 +105,6 @@ jobs:
CSC_IDENTITY_AUTO_DISCOVERY: 'false'
run: node ./node_modules/electron-builder/out/cli/cli.js ${{ matrix.builder_args }} --publish never
- name: Verify packaged app structure
run: bun run test:package-smoke --platform linux --arch ${{ matrix.arch }} --package-kind release --artifacts-dir desktop/build-artifacts/electron
- name: Validate matrix release asset set
shell: bash
working-directory: desktop/build-artifacts/electron