Skip to content

Commit 8dea4d2

Browse files
committed
Add Windows binary to releases
1 parent cae7930 commit 8dea4d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
artifact_name: python-project
2626
asset_name: python-project-generator-macos-aarch64
2727
target: aarch64-apple-darwin
28+
- os: windows-latest
29+
artifact_name: python-project.exe
30+
asset_name: python-project-generator-windows-amd64.exe
31+
target: x86_64-pc-windows-msvc
2832
steps:
2933
- uses: actions/checkout@v4
3034
- name: Install Rust

0 commit comments

Comments
 (0)