[JVM] Try to fix desktop pipeline for msix build

This commit is contained in:
Kamil Gurgul
2026-03-21 18:00:02 +01:00
parent 0b9434d658
commit f18a8017fd
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
PackageDisplayName="${{ secrets.MSIX_PACKAGE_DISPLAY_NAME }}"
PublisherName="${{ secrets.MSIX_PUBLISHER_NAME }}"
PublisherDisplayName="${{ secrets.MSIX_PUBLISHER_DISPLAY_NAME }}"
Version="${{ github.event.inputs.version }}"
Version="${{ github.event.inputs.version }}.0"
/>
<SaveLocation PackagePath="${{ github.workspace }}\output" />
</MsixPackagingToolTemplate>