From 4f24c57660f6d9576bc804e145228c352a95ff4e Mon Sep 17 00:00:00 2001 From: Gabriel Machado <97042217+GabrielBRDeveloper@users.noreply.github.com> Date: Sat, 20 Jul 2024 23:34:07 -0400 Subject: [PATCH] Update build-linux.yml --- .github/workflows/build-linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 272899f..376b1fb 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -5,7 +5,7 @@ on: branches: - master - dev - pull_request: + pull_request: jobs: build-linux: @@ -24,10 +24,10 @@ jobs: - name: Upload Core uses: actions/upload-artifact@v4 with: - name: MasterUI ( Core ) + name: MasterUI - Core path: ./out/artifacts/core/core.jar - name: Upload uses: actions/upload-artifact@v4 with: - name: MasterUI ( Texel ) + name: MasterUI - Texel path: ./out/artifacts/texel/texel.jar