Skip to content

Commit e3b2b24

Browse files
committed
Merge remote-tracking branch 'origin/main' into clangd
2 parents ba48e8a + b4f9de1 commit e3b2b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml renamed to .github/workflows/linuxBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Webserv build CI
1+
name: Linux build
22

33
on:
44
push:
@@ -16,6 +16,6 @@ jobs:
1616
- name: Upload binary to artifacts
1717
uses: actions/upload-artifact@v4
1818
with:
19-
name: webserv-binary
19+
name: webserv-linux
2020
path: bin/webserv
2121
if-no-files-found: error

0 commit comments

Comments
 (0)