Skip to content

Commit

Permalink
Fix signature validation in CI (#770)
Browse files Browse the repository at this point in the history
* Remove invalid paths from 'Collect artifact' step
* Fix asciidoctor-maven-plugin path
  • Loading branch information
abelsromero authored Feb 9, 2024
1 parent 3fd4749 commit 8d3a056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ jobs:
- name: Collect artifacts
run: |
mkdir -p $ARTIFACTS_DIR
cp -r $HOME/.m2/repository/org/asciidoctor/asciidoctor-maven-* $ARTIFACTS_DIR
cp -r $HOME/.m2/repository/org/asciidoctor/*-doxia-module $ARTIFACTS_DIR
cp -r $HOME/.m2/repository/org/asciidoctor/asciidoctor-maven-plugin/ $ARTIFACTS_DIR
- name: Verify JAR signatures
run: find $ARTIFACTS_DIR -type f -name "*.jar" -exec gpg --verify "{}.asc" \;
- name: Upload artifacts
Expand Down

0 comments on commit 8d3a056

Please sign in to comment.