From 4136f99589e4e842a5ab064d1ffbcdfdb7abb9ca Mon Sep 17 00:00:00 2001 From: PythonGermany <97847597+PythonGermany@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:13:25 +0200 Subject: [PATCH] Rename build workflow --- .github/workflows/{build.yml => linuxBuild.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build.yml => linuxBuild.yml} (86%) diff --git a/.github/workflows/build.yml b/.github/workflows/linuxBuild.yml similarity index 86% rename from .github/workflows/build.yml rename to .github/workflows/linuxBuild.yml index 734a437..f69e2ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/linuxBuild.yml @@ -1,4 +1,4 @@ -name: Webserv build CI +name: Linux build on: push: @@ -16,6 +16,6 @@ jobs: - name: Upload binary to artifacts uses: actions/upload-artifact@v4 with: - name: webserv-binary + name: webserv-linux path: bin/webserv if-no-files-found: error \ No newline at end of file