LucianoPAlmeida / variable-injector

Continuous Integration Tool for Swift Projects
MIT License
100 stars 20 forks source link

[Break] Latest release install not working. #13

Closed amadeu01 closed 4 years ago

amadeu01 commented 4 years ago

The latest install script tries to do this:

CURRENT_DIR="$PWD"
cd /tmp
curl -OL https://github.com/LucianoPAlmeida/variable-injector/releases/download/0.3.2/x86_64-apple-macosx.zip
unzip x86_64-apple-macosx.zip
cp -f ./x86_64-apple-macosx/release/variable-injector /usr/local/bin/variable-injector

rm ./x86_64-apple-macosx.zip
rm -rf ./x86_64-apple-macosx
rm -rf ./__MACOSX/

cd "$CURRENT_DIR"

However, there is no version 0.3.2 yet on the releases. I think you might have forgotten to create a new release on GitHub.

LucianoPAlmeida commented 4 years ago

You right I'll create a release as soon as possible :) Thanks for reporting

LucianoPAlmeida commented 4 years ago

0.3.2 Released! Closing :)