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
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user