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:
parent
8ec4783249
commit
064ecdb5ec
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user