mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
Fix key signing path.
This commit is contained in:
parent
c9c6126df8
commit
31a0096879
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user