Skip to content

Commit 49eb69f

Browse files
committed
chore(deploy): add win to releases
1 parent 6c2bf3b commit 49eb69f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
builds:
22
-
3+
goos:
4+
- linux
5+
- windows
6+
- darwin
7+
goarch:
8+
- amd64
9+
- arm64
310
ldflags:
411
- -s -w -X github.com/sniptt-official/ots/build.Version={{.Version}}

docs/manual-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
See available binaries on the [releases page](https://github.com/sniptt-official/ots/releases).
66

77
```sh
8-
$ curl -L https://github.com/sniptt-official/ots/releases/download/v0.0.9/ots_0.0.9_darwin_amd64.tar.gz -o ots.tar.gz
8+
$ curl -L https://github.com/sniptt-official/ots/releases/download/v0.0.10/ots_0.0.10_darwin_amd64.tar.gz -o ots.tar.gz
99
$ sudo mkdir -p /usr/local/ots-cli
1010
$ sudo tar -C /usr/local/ots-cli -xvf ots.tar.gz
1111
$ sudo ln -sf /usr/local/ots-cli/ots /usr/local/bin/ots
@@ -16,7 +16,7 @@ Assuming `/usr/local/bin` is on your `PATH`, you can now run:
1616

1717
```sh
1818
$ ots --version
19-
ots version 0.0.9
19+
ots version 0.0.10
2020
```
2121

2222
### Uninstall

0 commit comments

Comments
 (0)