Typo
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user