Skip to content

Commit

Permalink
Update release file name
Browse files Browse the repository at this point in the history
  • Loading branch information
MBeijer committed Aug 17, 2022
1 parent e81b7d4 commit 219b713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def buildStep(dockerImage, os, flags) {
).trim()
def release_type = ("${fixed_job_name}-").replace('/','-').replace('MilkyTracker-','').replace('master-','');

sh "lha -c ../milkytracker-${os}-${release_type}-${archive_date}.lha *"
sh "lha -c ../milkytracker-${os}-${release_type}${archive_date}.lha *"
}

archiveArtifacts artifacts: "**.lha"
Expand Down

0 comments on commit 219b713

Please sign in to comment.