Skip to content

Commit e82a441

Browse files
committed
Create detached signature in CI
1 parent cca3fd5 commit e82a441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
run: |
191191
export ZIP_FILEPATH="/tmp/apache-log4j-tools-${PROJECT_VERSION}-src.zip"
192192
git ls-files -z | xargs -0 zip -9 "$ZIP_FILEPATH" --
193-
gpg --armor --sign --yes --pinentry-mode error "$ZIP_FILEPATH"
193+
gpg --armor --detach-sign --yes --pinentry-mode error "$ZIP_FILEPATH"
194194
195195
- name: Upload artifacts (RELEASE)
196196
if: startsWith(github.ref, 'refs/heads/release/')

0 commit comments

Comments
 (0)