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