Skip to content

Commit 646d664

Browse files
committed
fix: remove temporary gnupg home directory creation
- the GNUPGHOME environment variable was being set unnecessarily - this cleanup simplifies the workflow configuration
1 parent 89f2f48 commit 646d664

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release-qt5.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ jobs:
206206
export FILE="gnupg.zip"
207207
export CHECKSUM_FILE="SHA256SUMS.txt"
208208
export SIGNATURE_FILE="gnupg.zip.sig"
209-
export GNUPGHOME=$(mktemp -d)
210209
211210
cd $(cygpath -u "${{github.workspace}}")
212211

0 commit comments

Comments
 (0)