Skip to content

Commit

Permalink
dammit
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Apr 22, 2022
1 parent f6565bc commit fe5d135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

archivesBaseName = project.archives_base_name
version = System.env.GITHUB_ACTIONS == "true"
? "${project.mod_version}.github.${System.env.GITHUB_RUN_NUMBER}"
? "${project.version}.github.${System.env.GITHUB_RUN_NUMBER}"
: project.version
group = project.maven_group

Expand Down

0 comments on commit fe5d135

Please sign in to comment.