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:
Michael Telatynski
2023-05-18 19:49:45 +01:00
committed by GitHub
parent 4fa44d6942
commit e834f4a108
2 changed files with 5 additions and 4 deletions

View File

@@ -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