mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-30 18:49:31 +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
|
run: echo "GIT_VERSION=$(git describe --tags)" >> $GITHUB_ENV
|
||||||
- name: Import GPG Deploy Key
|
- name: Import GPG Deploy Key
|
||||||
# only run on main branch
|
# only run on main branch
|
||||||
if: github.ref == 'refs/heads/main')
|
if: github.ref == 'refs/heads/main'
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.GPG_DEPLOY_KEY }}" > appimage/secret.gpg
|
echo "${{ secrets.GPG_DEPLOY_KEY }}" > appimage/secret.gpg
|
||||||
gpg --import appimage/secret.gpg
|
gpg --import appimage/secret.gpg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user