Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed Jun 10, 2023
1 parent c55c6a5 commit ebc179c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fabric-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Upload GitHub release
uses: AButler/[email protected]
with:
files: 'fabric/build/libs/*-fabric.jar'
files: 'fabric/build/libs/*.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish with Gradle
Expand Down
1 change: 1 addition & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ curseforge {
releaseType = "release"
addGameVersion "${project.minecraft_version}"
addGameVersion "Fabric"
addGameVersion "Quilt"

mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}-fabric.jar")) {
displayName = "[${project.minecraft_version}] Taterzens ${version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fabric_version=0.83.0+1.20
forge_version=44.1.5
enable_forge=false
# Mod Properties
mod_version=1.11.5
mod_version=1.11.6
maven_group=org.samo_lego
archives_base_name=taterzens
# Dependencies
Expand Down

0 comments on commit ebc179c

Please sign in to comment.