Skip to content

Commit

Permalink
Merge pull request #18 from yiannistri/cleanup-checksums
Browse files Browse the repository at this point in the history
Cleanup checksum files
  • Loading branch information
pjbgf authored Dec 18, 2024
2 parents 5dabfd2 + 510717f commit b19ac61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/install-slsactl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ runs:
if sudo -l &> /dev/null; then
sudo mv "${FILE}" /usr/local/bin/slsactl
sudo rm -f "slsactl_${VERSION#v}_checksums.txt" "slsactl_${VERSION#v}_checksums.txt.pem" "slsactl_${VERSION#v}_checksums.txt.sig"
else
mv "${FILE}" /usr/local/bin/slsactl
rm -f "slsactl_${VERSION#v}_checksums.txt" "slsactl_${VERSION#v}_checksums.txt.pem" "slsactl_${VERSION#v}_checksums.txt.sig"
fi
env:
VERSION: ${{ inputs.version }}
Expand Down

0 comments on commit b19ac61

Please sign in to comment.