mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-17 11:03:14 +01:00
Add package signing
This commit is contained in:
@@ -886,6 +886,13 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Import GPG Key
|
||||
run: |
|
||||
gpg --import build/package/public.pgp
|
||||
echo ${{ secrets.PACKAGING_PRIVATE_KEY }} > private.pgp
|
||||
gpg --import private.pgp
|
||||
rm private.pgp
|
||||
|
||||
- name: Execute Build Script
|
||||
run: sudo build/package/deb/build_package.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user