Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Jan 13, 2024
1 parent 37f90af commit 88973a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: FreedomChat
name: FreedomChat Paper
path: "paper/build/libs/FreedomChat-*.jar"
- name: Upload
uses: actions/upload-artifact@v4
with:
name: FreedomChat Fabric
path: "fabric/build/libs/FreedomChat-*.jar"

0 comments on commit 88973a0

Please sign in to comment.