Skip to content

Commit c519c1d

Browse files
committed
chore: add windows binary in release
1 parent 8a0429e commit c519c1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-binary.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
target: aarch64-unknown-linux-musl
3030
- os: macos-latest
3131
target: aarch64-apple-darwin
32+
- os: windows-latest
33+
target: x86_64-pc-windows-msvc
3234

3335
runs-on: ${{ matrix.os }}
3436

35-
env:
36-
BUILD_OTREE_WITH_GIT_INFO: "true"
37-
3837
steps:
3938
- uses: actions/checkout@v4
4039
- uses: taiki-e/upload-rust-binary-action@v1

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Command: Add new flag `--debug`, to write some debug logs to a file.
66
- UI: Add `--live-reload` option, to watch file changes and update tui (#63).
7+
- Release: Add Windows prebuilt binary (**unstable**, require more testing).
78

89
## v0.3.0
910

0 commit comments

Comments
 (0)