Skip to content

Commit

Permalink
update names
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Jan 13, 2024
1 parent 88973a0 commit bee9417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
cache: 'gradle'
- name: Build
run: ./gradlew build
- name: Upload
- name: Upload Paper
uses: actions/upload-artifact@v4
with:
name: FreedomChat Paper
path: "paper/build/libs/FreedomChat-*.jar"
- name: Upload
- name: Upload Fabric
uses: actions/upload-artifact@v4
with:
name: FreedomChat Fabric
Expand Down

0 comments on commit bee9417

Please sign in to comment.