File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 80
80
uses : actions/upload-artifact@v3
81
81
with :
82
82
name : listFix-windows-installer-exe-${{ steps.gitDescribe.outputs.describe }}
83
- path : build/jpackage/listFix() -*.exe
83
+ path : build/jpackage/listFix-*.exe
84
84
- name : Upload Windows binaries
85
85
id : upload_artifact_binaries
86
86
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ task fatJar(type: Jar) {
227
227
}
228
228
setDuplicatesStrategy(DuplicatesStrategy . WARN )
229
229
archiveBaseName = ' listFix'
230
+ archiveVersion = project. version
230
231
archiveClassifier = ' all'
231
232
from { configurations. runtimeClasspath. filter { it. exists() }. collect { it. isDirectory() ? it : zipTree(it) } }
232
233
with jar
You can’t perform that action at this time.
0 commit comments