Skip to content

Commit 7d0fec3

Browse files
committed
added pmd.zip back
1 parent 8a43003 commit 7d0fec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
PMD_VERSION: 7.14.0
2525
run: |
26-
curl -sSL \
26+
curl -sSL -o pmd.zip \
2727
"https://github.com/pmd/pmd/releases/download/pmd_releases/${PMD_VERSION}/pmd-dist-${PMD_VERSION}-bin.zip"
2828
unzip -q pmd.zip
2929
PMD_HOME="pmd-bin-${PMD_VERSION}"

0 commit comments

Comments
 (0)