Skip to content

Commit 8d3a056

Browse files
authored
Fix signature validation in CI (#770)
* Remove invalid paths from 'Collect artifact' step * Fix asciidoctor-maven-plugin path
1 parent 3fd4749 commit 8d3a056

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ jobs:
122122
- name: Collect artifacts
123123
run: |
124124
mkdir -p $ARTIFACTS_DIR
125-
cp -r $HOME/.m2/repository/org/asciidoctor/asciidoctor-maven-* $ARTIFACTS_DIR
126-
cp -r $HOME/.m2/repository/org/asciidoctor/*-doxia-module $ARTIFACTS_DIR
125+
cp -r $HOME/.m2/repository/org/asciidoctor/asciidoctor-maven-plugin/ $ARTIFACTS_DIR
127126
- name: Verify JAR signatures
128127
run: find $ARTIFACTS_DIR -type f -name "*.jar" -exec gpg --verify "{}.asc" \;
129128
- name: Upload artifacts

0 commit comments

Comments
 (0)