File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gradle/build-logic/common-plugins/src/main/kotlin/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8585 with :
8686 name : ${{ steps.native-build.outputs.native_image_dashboard }}
8787 path : |
88- build/${{ steps.native-build.outputs.native_image_dashboard }}.bgv
88+ build/${{ steps.native-build.outputs.native_image_dashboard }}
8989 if-no-files-found : error
9090
9191
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ tasks {
163163 setOutput(" version" , project.version)
164164 setOutput(" native_image_name" , archiveFileName.get())
165165 setOutput(" native_image_path" , archiveFile.get().asFile.absolutePath)
166- setOutput(" native_image_dashboard" , niDashBoardDump)
166+ setOutput(" native_image_dashboard" , " $ niDashBoardDump.bgv " )
167167 }
168168
169169 val binFile = archiveFile.get().asFile
You can’t perform that action at this time.
0 commit comments