mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
add: gpg import
This commit is contained in:
parent
1a6fb9e611
commit
907afc6c7d
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -230,8 +230,12 @@ jobs:
|
||||
echo "tag result: $tag - $name"
|
||||
echo "::set-output name=tag::$tag"
|
||||
echo "::set-output name=name::$name"
|
||||
|
||||
- name: Build Deepin Package
|
||||
- name: Configure GPG Key
|
||||
run: |
|
||||
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
|
||||
env:
|
||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||
- name: Build Deb Package
|
||||
run: |
|
||||
sudo apt-get install -y build-essential fakeroot devscripts git git-buildpackage debhelper debmake lintian pbuilder
|
||||
export BUILD_VERSION=${{ steps.tag.outputs.tag }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user