Fixed fix for fix of GPG (#1024)

Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
Janos 2023-12-15 17:21:53 +01:00 committed by GitHub
parent 89e5a5d3dc
commit 5553ba8324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ jobs:
- name: Remove GPG key
if: always()
run:
run: |
rm -rf ~/.gnupg
if [ -n "${GPG_KEY_FILE}" ]; then
rm -rf "${GPG_KEY_FILE}"