Skip to content

Commit 4136f99

Browse files
committed
Rename build workflow
1 parent d7ab1eb commit 4136f99

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)