Skip to content

Commit

Permalink
Update build-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBRDeveloper committed Jul 21, 2024
1 parent 07b6181 commit 4f24c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
- dev
pull_request:
pull_request:

jobs:
build-linux:
Expand All @@ -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

0 comments on commit 4f24c57

Please sign in to comment.