diff --git a/.github/workflows/commitTest.yml b/.github/workflows/commitTest.yml index 74b0f35..16135e1 100644 --- a/.github/workflows/commitTest.yml +++ b/.github/workflows/commitTest.yml @@ -20,7 +20,7 @@ jobs: chmod +x gradlew ./gradlew deploy - name: Upload built jar file - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ github.event.repository.name }} path: build/libs/${{ github.event.repository.name }}.jar diff --git a/assets/sounds/ui/chatMessage.ogg b/assets/sounds/ui/chatMessage.ogg new file mode 100644 index 0000000..e0a7aed Binary files /dev/null and b/assets/sounds/ui/chatMessage.ogg differ diff --git a/assets/sounds/ui/message.ogg b/assets/sounds/ui/message.ogg new file mode 100644 index 0000000..fb9e1e3 Binary files /dev/null and b/assets/sounds/ui/message.ogg differ diff --git a/assets/sounds/ui/unlock.ogg b/assets/sounds/ui/unlock.ogg new file mode 100644 index 0000000..f20d0a1 Binary files /dev/null and b/assets/sounds/ui/unlock.ogg differ