diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 73bda0a..c2dccf5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,6 +17,9 @@ jobs: steps: - uses: actions/checkout@v4 name: Checkout sources + with: + depth: 0 + fetch-tags: true - uses: actions/setup-java@v4 name: Setup Java 17 diff --git a/joysticklibrary/build.gradle b/joysticklibrary/build.gradle index f47260a..b7cac35 100644 --- a/joysticklibrary/build.gradle +++ b/joysticklibrary/build.gradle @@ -30,7 +30,7 @@ publishing { publications { maven(MavenPublication) { groupId = 'com.etlegacy.android' - artifactId = 'JoyStick' + artifactId = 'joystick' version = project.version pom {