Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-07-02)

### Bug Fixes

* change the way we create bin tar files ([0e6b322](0e6b322))
  • Loading branch information
semantic-release-bot committed Jul 2, 2021
1 parent 0e6b322 commit 7398356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Act is a task runner and supervisor tool written in Go which aims to provide the

```bash
# For linux
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.1/linux-amd64.tar.gz | tar -xzf - -C /usr/local/bin
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.2/linux-amd64.tar.gz | tar -xzf - -C /usr/local/bin

# For MacOs
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.1/darwin-amd64.tar.gz | tar -xzf - -C /usr/local/bin
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.2/darwin-amd64.tar.gz | tar -xzf - -C /usr/local/bin
```

### From Source
Expand Down

0 comments on commit 7398356

Please # to comment.