We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5213a8b commit 564b8aaCopy full SHA for 564b8aa
1 file changed
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
# Usage:
2
# 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
+# git tag v0.1.0
+# git push origin v0.1.0
5
6
name: Release
7
@@ -32,11 +32,10 @@ jobs:
32
target: aarch64-apple-darwin
33
asset_name: auths-macos-aarch64
34
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
+ - os: windows-latest
+ target: x86_64-pc-windows-msvc
+ asset_name: auths-windows-x86_64
+ ext: .zip
40
runs-on: ${{ matrix.os }}
41
steps:
42
- name: Checkout repository
0 commit comments