Browse Source

[gha] do no check source archive for deb build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1662/head
R4SAS 3 years ago
parent
commit
064ecdb5ec
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

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

Loading…
Cancel
Save