Bukama opened a new issue, #322: URL: https://github.com/apache/maven-gpg-plugin/issues/322
### Affected version current master ### Bug description Raised from #321 GPG-Path on Github Action is broken, making builds fail > we have in params: `--homedir D:\a\maven-gpg-plugin\maven-gpg-plugin\target\test-classes\gnupg` but in log is ``` gpg: keyblock resource '/d/a/maven-gpg-plugin/maven-gpg-plugin/target/it/no-main-artifact/D:\\a\\maven-gpg-plugin\\maven-gpg-plugin\\target\\test-classes\\gnupg/pubring.kbx': No such file or directory ``` ``` [DEBUG] GPG Version: 2.4.9 [DEBUG] CMD: cmd.exe /X /C "gpg.exe --homedir D:\a\maven-gpg-plugin\maven-gpg-plugin\target\test-classes\gnupg --batch --pinentry-mode loopback --passphrase-fd 0 --armor --detach-sign --status-fd 1 --batch --no-tty --output D:\a\maven-gpg-plugin\maven-gpg-plugin\target\it\sign-with-passphase-from-maven-settings\target\test-1.0.pom.asc D:\a\maven-gpg-plugin\maven-gpg-plugin\target\it\sign-with-passphase-from-maven-settings\target\test-1.0.pom" [GNUPG:] ERROR add_keyblock_resource 33587281 gpg: keyblock resource '/d/a/maven-gpg-plugin/maven-gpg-plugin/target/it/sign-with-passphase-from-maven-settings/D:\\a\\maven-gpg-plugin\\maven-gpg-plugin\\target\\test-classes\\gnupg/pubring.kbx': No such file or directory ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
