version++

This commit is contained in:
Jonas Bark
2025-12-20 11:39:02 +01:00
parent 0d78ca6352
commit 6ea4fa82a7
2 changed files with 2 additions and 4 deletions

View File

@@ -335,9 +335,7 @@ jobs:
run: msstore reconfigure --tenantId $ --clientId $ --clientSecret $ --sellerId $
- name: Create MSIX package
run: |
$version = "${{ env.VERSION }}" -replace '\+', '.'
dart run msix:create --version $version
run: dart run msix:create
- name: Publish MSIX to the Microsoft Store
if: false