mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 01:58:26 +00:00
Typo
This commit is contained in:
parent
6af39252ed
commit
c20ca4cbca
2
.github/workflows/publish-appimage.yml
vendored
2
.github/workflows/publish-appimage.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
run: echo "GIT_VERSION=$(git describe --tags)" >> $GITHUB_ENV
|
||||
- name: Import GPG Deploy Key
|
||||
# only run on main branch
|
||||
if: github.ref == 'refs/heads/main')
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
echo "${{ secrets.GPG_DEPLOY_KEY }}" > appimage/secret.gpg
|
||||
gpg --import appimage/secret.gpg
|
||||
|
Loading…
x
Reference in New Issue
Block a user