1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00

Fix key signing path.

This commit is contained in:
Brenden Matthews 2019-02-22 19:05:27 -05:00
parent c9c6126df8
commit 31a0096879
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281
2 changed files with 2 additions and 3 deletions

View File

@ -229,7 +229,9 @@ cache:
- directories:
- "$HOME/.sonar/cache"
before_deploy:
- "gpg --allow-secret-key-import appimage/secret.gpg"
- "./appimage/build.sh"
deploy:
provider: releases
file_glob: true

View File

@ -41,9 +41,6 @@ wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/lin
# make them executable
chmod +x linuxdeploy-x86_64.AppImage
# import signing key
gpg --allow-secret-key-import secret.gpg
./linuxdeploy-x86_64.AppImage \
--appdir AppDir \
-e AppDir/usr/bin/conky \