Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BBleae committed Mar 20, 2022
1 parent 0548870 commit e646ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/libs/NekoEssentials-0.0.2.jar
asset_name: NekoEssentials.jar
asset_name: NekoEssentials-${{ GITHUB_REF_NAME }}.jar
tag: ${{ github.ref }}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
plugins {
id 'java'
id 'idea'
id 'maven-publish'
}

group 'studio.baka.neko'
Expand Down

0 comments on commit e646ea8

Please sign in to comment.