We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca3fd5 commit e82a441Copy full SHA for e82a441
.github/workflows/build.yml
@@ -190,7 +190,7 @@ jobs:
190
run: |
191
export ZIP_FILEPATH="/tmp/apache-log4j-tools-${PROJECT_VERSION}-src.zip"
192
git ls-files -z | xargs -0 zip -9 "$ZIP_FILEPATH" --
193
- gpg --armor --sign --yes --pinentry-mode error "$ZIP_FILEPATH"
+ gpg --armor --detach-sign --yes --pinentry-mode error "$ZIP_FILEPATH"
194
195
- name: Upload artifacts (RELEASE)
196
if: startsWith(github.ref, 'refs/heads/release/')
0 commit comments