mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-08-03 15:57:04 -04:00
sign the debian package
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user