Fix accidental change of nightly deb name (#977)
* Fix accidental change of nightly deb name * Remove stale deb-custom-control arg
This commit is contained in:
committed by
GitHub
parent
4fa44d6942
commit
e834f4a108
3
.github/workflows/build_linux.yaml
vendored
3
.github/workflows/build_linux.yaml
vendored
@@ -122,8 +122,7 @@ jobs:
|
||||
run: |
|
||||
npx ts-node scripts/generate-builder-config.ts \
|
||||
${{ steps.nightly.outputs.config-args }} \
|
||||
${{ steps.debian.outputs.config-args }} \
|
||||
--deb-custom-control=debcontrol
|
||||
${{ steps.debian.outputs.config-args }}
|
||||
yarn build --publish never -l --config electron-builder.json ${{ steps.config.outputs.build-args }}
|
||||
|
||||
- name: Check native libraries
|
||||
|
||||
Reference in New Issue
Block a user