Skip to content

Commit b4f9de1

Browse files
Merge pull request #5 from PythonGermany/linux-build-workflow
Rename build workflow
2 parents d7ab1eb + 4136f99 commit b4f9de1

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)