Skip to content

Commit 4f08faa

Browse files
committed
remove windows
1 parent 4695fdf commit 4f08faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
if: startsWith(github.event.release.tag_name, 'v')
143143
runs-on: ubuntu-latest
144-
needs: [build-and-upload-linux,build-and-upload-linux-armv7, build-and-upload-linux-aarch64, build-and-upload-macos, build-and-upload-windows]
144+
needs: [build-and-upload-linux,build-and-upload-linux-armv7, build-and-upload-linux-aarch64, build-and-upload-macos ]
145145
steps:
146146

147147
- name: Checkout to the latest version

0 commit comments

Comments
 (0)