Skip to content

Commit

Permalink
Prevent dot from appearing in installer name
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Dec 1, 2023
1 parent 92e7a4f commit 97190dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: listFix-windows-installer-exe-${{ steps.gitDescribe.outputs.describe }}
path: build/jpackage/listFix()-*.exe
path: build/jpackage/listFix-*.exe
- name: Upload Windows binaries
id: upload_artifact_binaries
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ task fatJar(type: Jar) {
}
setDuplicatesStrategy(DuplicatesStrategy.WARN)
archiveBaseName = 'listFix'
archiveVersion = project.version
archiveClassifier = 'all'
from { configurations.runtimeClasspath.filter { it.exists() }.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
Expand Down

0 comments on commit 97190dd

Please sign in to comment.