Skip to content

Commit

Permalink
Update release workflow and package version; adjust bundle platforms …
Browse files Browse the repository at this point in the history
…and auto-increment settings

Signed-off-by: Christoph Hofmann <oss@hoffe.org>
  • Loading branch information
hoffe86 committed Jan 6, 2025
1 parent 8c737de commit f3d3e0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ jobs:
title: ${{inputs.build_number}}
files: |
${{env.BuildDirectory}}/**/*.msixbundle
${{env.BuildDirectory}}/**/*.msixupload
2 changes: 1 addition & 1 deletion src/openHAB.Windows.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Identity
Name="openHABFoundatione.V.openHAB"
Publisher="CN=8A77D062-E996-4F32-9CC6-50568ABAFF8F"
Version="2024.12.15.0" />
Version="2025.1.6.0" />

<Properties>
<DisplayName>openHAB</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions src/openHAB.Windows.Package/openHAB.Windows.Package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<EntryPointProjectUniqueName>..\openHAB.Windows\openHAB.Windows.csproj</EntryPointProjectUniqueName>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">
Expand Down

0 comments on commit f3d3e0e

Please sign in to comment.