dh1tw / remoteRotator

remoteRotator lets you expose a local antenna rotator (azimuth / elevation) to the network
MIT License
44 stars 5 forks source link

Linux and OSX binaries should be executable #13

Closed dh1tw closed 4 years ago

dh1tw commented 4 years ago

In the process of migrating the CI pipeline from Travis-CI to Github Actions the release process was also ajusted. Instead of publishing tarballs for Posix based systems, all binaries are now packed into a zip file. However with the current release (v0.5.1) the binaries are not marked as executables after unzipping.

The files have to be marked as executables on the local system chmod +x ./remoteRotator.

Modify the steps in the CI pipeline and ensure that the zipped binaries are actually executable.

dh1tw commented 4 years ago

fixed in version v0.5.2