Skip to content

Commit 56e3156

Browse files
committed
Working on appx building & signing
1 parent b23b500 commit 56e3156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
if ("${{ inputs.tag }}" -match '^v(\d+\.\d+\.\d+)$') {
3636
$version = $Matches[1]
3737
} else {
38-
$version = "0.0.0.1" # fallback version if no tag is provided
38+
$version = "0.0.1" # fallback version if no tag is provided
3939
}
4040
Write-Host "Setting version to $version"
4141
4242
- name: Build x64
4343
run: |
44-
dotnet build --configuration Release -p Platform=x64 -p Version=$version -p GenerateAppxPackageOnBuild=true
44+
dotnet build --configuration Release -p Platform=x64 -p Version=$version.0 -p GenerateAppxPackageOnBuild=true
4545
4646
- name: Move misx Packages
4747
run: |

0 commit comments

Comments
 (0)