We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0429e commit c519c1dCopy full SHA for c519c1d
.github/workflows/release-binary.yml
@@ -29,12 +29,11 @@ jobs:
29
target: aarch64-unknown-linux-musl
30
- os: macos-latest
31
target: aarch64-apple-darwin
32
+ - os: windows-latest
33
+ target: x86_64-pc-windows-msvc
34
35
runs-on: ${{ matrix.os }}
36
- env:
- BUILD_OTREE_WITH_GIT_INFO: "true"
37
-
38
steps:
39
- uses: actions/checkout@v4
40
- uses: taiki-e/upload-rust-binary-action@v1
docs/changelog.md
@@ -4,6 +4,7 @@
4
5
- Command: Add new flag `--debug`, to write some debug logs to a file.
6
- UI: Add `--live-reload` option, to watch file changes and update tui (#63).
7
+- Release: Add Windows prebuilt binary (**unstable**, require more testing).
8
9
## v0.3.0
10
0 commit comments