From dfc3ae57655a64ed8fdd7ef1cd0863266a026fb3 Mon Sep 17 00:00:00 2001 From: Zach White Date: Wed, 4 Aug 2021 13:47:58 -0700 Subject: [PATCH] sign the debian package --- .github/workflows/python-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d828edc..7603e6c 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -93,6 +93,7 @@ jobs: - name: Build debian package run: | python3 setup.py bdist_deb + dpkg-sig -s builder -k F464DFD46C4DA3FD4D06234691B06358D2CAE8AE deb_dist/*.deb # Create Debian repo - name: Build debian package repository @@ -111,7 +112,7 @@ jobs: # Upload the Debian repo to S3 - name: Upload Debian Repo - uses: jakejarvis/s3-sync-action@master + uses: jakejarvis/s3-sync-action@0.5.1 with: args: --acl public-read --follow-symlinks --delete env: