nicklockwood / SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
MIT License
7.66k stars 623 forks source link

Linux binary is non executable #1570

Open cerisier opened 8 months ago

cerisier commented 8 months ago

In 0.52.8 Release, the linux binary executable is not "executable"

$ ls -l
-rw-r--r--@ 1 user  staff  9740576 Oct 17 11:19 /home/user/swiftformat_linux
$
nicklockwood commented 8 months ago

This seems to be a limitation of then github workflow. I've fixed the download manually for now, but I'm not sure what the long term solution is.