Skip to content

Commit

Permalink
fix(test): artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbs21 authored Feb 6, 2022
1 parent 88f8c38 commit e9b3797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
run: |
chmod +x gradlew
./gradlew build
- name: Upload NextMarket
- name: Upload plugin
uses: actions/upload-artifact@v2
with:
name: "NextMarket-*"
path: "build/libs/NextMarket-*"
name: NextMarket.jar
path: build/libs/NextMarket.jar
if-no-files-found: error
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bukkit {
}

shadowJar {
archiveName("${project.name}-${project.version}.jar")
archiveName("${project.name}.jar")

relocate 'com.henryfabio.minecraft.inventoryapi', 'com.nextplugins.nextmarket.libs.inventoryapi'

Expand Down

0 comments on commit e9b3797

Please sign in to comment.