Skip to content

Commit 400c4f5

Browse files
committed
fix: update ci.yml
1 parent efca60d commit 400c4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
PMD_VERSION=$(curl -s https://api.github.com/repos/pmd/pmd/releases/latest | grep '.tag_name' | sed 's:.*/::' | sed 's:",::')
6161
wget https://github.com/pmd/pmd/releases/download/pmd_releases%2F$PMD_VERSION/pmd-dist-$PMD_VERSION-bin.zip
62-
unzip pmd-dist-$PMD_VERSION-bin.zip -d ~
62+
unzip pmd-dist-$PMD_VERSION-bin.zip -d ~
6363
mv ~/pmd-bin-$PMD_VERSION ~/pmd
6464
~/pmd/bin/pmd --version
6565

0 commit comments

Comments
 (0)