Skip to content

Commit

Permalink
ci(detekt): fix zip filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter authored Jan 13, 2024
1 parent 92dca0d commit 6b739e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
--silent \
--location \
--output $dest/detekt-cli-$DETEKT_RELEASE_TAG.zip
unzip $dest/detekt.zip -d $dest/
unzip $dest/detekt-cli-$DETEKT_RELEASE_TAG.zip -d $dest/
chmod a+x $dest/detekt-cli-$DETEKT_RELEASE_TAG/bin/detekt
echo $dest/detekt-cli-$DETEKT_RELEASE_TAG/bin/ >> $GITHUB_PATH
Expand Down

0 comments on commit 6b739e8

Please sign in to comment.