Skip to content

Commit 564b8aa

Browse files
committed
build: add back windows in build
1 parent 5213a8b commit 564b8aa

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Usage:
22
# Set a tag, then push it to trigger the release workflow:
3-
# git tag v0.0.1-rc.5
4-
# git push origin v0.0.1-rc.5
3+
# git tag v0.1.0
4+
# git push origin v0.1.0
55

66
name: Release
77

@@ -32,11 +32,10 @@ jobs:
3232
target: aarch64-apple-darwin
3333
asset_name: auths-macos-aarch64
3434
ext: .tar.gz
35-
# No windows support for now
36-
# - os: windows-latest
37-
# target: x86_64-pc-windows-msvc
38-
# asset_name: auths-windows-x86_64
39-
# ext: .zip
35+
- os: windows-latest
36+
target: x86_64-pc-windows-msvc
37+
asset_name: auths-windows-x86_64
38+
ext: .zip
4039
runs-on: ${{ matrix.os }}
4140
steps:
4241
- name: Checkout repository

0 commit comments

Comments
 (0)