a8m / envsubst

Environment variables substitution for Go
MIT License
747 stars 83 forks source link

Output of 'Release Binaries' workflow differs from past releases #46

Closed AdrianMiska closed 1 year ago

AdrianMiska commented 1 year ago

Hi, just a heads up:

It seems that the 1.4.1 release is the first one to use a GitHub action to attach assets, and as a result, the installation procedure described in the Readme is no longer applicable (the binaries are now in tar.gz format and have different names).

I just wanted to bring it to your attention in case it was an oversight. I would suggest either updating the Readme to reflect these changes or altering the binaries.yml workflow so that the binaries are not zipped.

a8m commented 1 year ago

Thanks for reporting this, @AdrianMiska. Would you like to contribute this change?

cc @apenney.

AdrianMiska commented 1 year ago

Thanks for approving my PR! I just tested and can confirm that

curl -L https://github.com/a8m/envsubst/releases/download/v1.4.2/envsubst-`uname -s`-`uname -m` -o envsubst
chmod +x envsubst 
./envsubst -help

is working again on both my Mac and Linux machines.

a8m commented 1 year ago

Thanks for your contribution, @AdrianMiska 🙏🏻