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