Skip to content

Commit 6526984

Browse files
authored
Update release-clang.yml
1 parent 6aff100 commit 6526984

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/release-clang.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,16 @@ jobs:
2626
name: clang-nullsafe-macos-universal
2727
path: artifacts/
2828

29-
- name: Download Windows artifact
30-
uses: dawidd6/action-download-artifact@v3
31-
with:
32-
workflow: build-clang.yml
33-
commit: ${{ github.sha }}
34-
name: clang-nullsafe-windows-x86_64
35-
path: artifacts/
36-
3729
- name: Create Release
3830
uses: softprops/action-gh-release@v1
3931
with:
4032
files: |
4133
artifacts/clang-nullsafe-linux-x86_64.tar.gz
4234
artifacts/clang-nullsafe-macos-universal.tar.gz
43-
artifacts/clang-nullsafe-windows-x86_64.tar.gz
4435
body: |
4536
## Null-Safe Clang Binary Release
4637
47-
This release contains the Null-Safe Clang compiler and clangd language server for Linux, macOS, and Windows.
38+
This release contains the Null-Safe Clang compiler and clangd language server for Linux and macOS.
4839
4940
### What's included:
5041
- `clang` - The Null-Safe C compiler
@@ -59,13 +50,6 @@ jobs:
5950
clang --version
6051
```
6152
62-
**Windows:**
63-
```bash
64-
tar -xzf clang-nullsafe-windows-x86_64.tar.gz
65-
# Add bin/ directory to your PATH
66-
clang --version
67-
```
68-
6953
### Usage:
7054
```bash
7155
# Compile with null-safety warnings (default)

0 commit comments

Comments
 (0)