mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-18 13:23:33 +08:00
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:
parent
e3c82b2d3c
commit
20e6e297c1
3
.github/workflows/release-desktop-rpm.yml
vendored
3
.github/workflows/release-desktop-rpm.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user