[gha] do not check source archive for deb build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-06-16 21:45:14 +00:00
parent 064ecdb5ec
commit 71df1fc4d6
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -53,7 +53,7 @@ jobs:
- uses: singingwolfboy/build-dpkg-stretch@v1
id: build
with:
args: --unsigned-source --unsigned-changes --no-tgz-check
args: --unsigned-source --unsigned-changes -b
- uses: actions/upload-artifact@v1
with:
name: ${{ steps.build.outputs.filename }}
@ -73,7 +73,7 @@ jobs:
- uses: singingwolfboy/build-dpkg-buster@v1
id: build
with:
args: --unsigned-source --unsigned-changes --no-tgz-check
args: --unsigned-source --unsigned-changes -b
- uses: actions/upload-artifact@v1
with:
name: ${{ steps.build.outputs.filename }}