Skip to content

Commit

Permalink
Create detached signature in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Jan 10, 2023
1 parent cca3fd5 commit e82a441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
run: |
export ZIP_FILEPATH="/tmp/apache-log4j-tools-${PROJECT_VERSION}-src.zip"
git ls-files -z | xargs -0 zip -9 "$ZIP_FILEPATH" --
gpg --armor --sign --yes --pinentry-mode error "$ZIP_FILEPATH"
gpg --armor --detach-sign --yes --pinentry-mode error "$ZIP_FILEPATH"
- name: Upload artifacts (RELEASE)
if: startsWith(github.ref, 'refs/heads/release/')
Expand Down

0 comments on commit e82a441

Please sign in to comment.