1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

[gha] do no check source archive for deb build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-06-16 21:40:45 +00:00
parent 8ec4783249
commit 064ecdb5ec
Signed by: r4sas
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
args: --unsigned-source --unsigned-changes --no-tgz-check
- 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
args: --unsigned-source --unsigned-changes --no-tgz-check
- uses: actions/upload-artifact@v1
with:
name: ${{ steps.build.outputs.filename }}