diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 492e8b9..77431ec 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,6 +21,4 @@ jobs: with: java-version: 1.8 - name: Build with Maven - run: | - mkdir tmp - mvn -B package --file pom.xml + run: mvn -B package --file pom.xml diff --git a/README.md b/README.md index 9e1fefa..60cdd46 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ Includes many ADPCM codecs and the SSRC sampling rate converter. ### Install - * this project uses gitlab package registry. add a personal access token to `~/.m2/settings.xml` - * see https://docs.gitlab.com/ee/user/packages/maven_repository/index.html#authenticate-to-the-package-registry-with-maven + * https://jitpack.io/#umjammer/vavi-sound ### FAQ