Skip to content

Commit 53e8a48

Browse files
committed
Update release.yaml to specify separate Windows configurations for CPU and CUDA
1 parent 68b5d25 commit 53e8a48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
'linux'
8181
'macos-x86'
8282
'macos-arm64'
83-
'windows'
83+
'windows-cpu'
84+
'windows-cuda'
8485
)
8586
8687
mkdir -p "${{ github.workspace }}/uploads"
@@ -119,7 +120,7 @@ jobs:
119120
id: create_release
120121
uses: softprops/action-gh-release@v2
121122
with:
122-
draft: true
123+
draft: false
123124
name: Locaal Note Taker v${{ steps.check.outputs.version }}
124125
generate_release_notes: true
125126
body_path: ${{ github.workspace }}/CHECKSUMS.txt

0 commit comments

Comments
 (0)