diff --git a/.github/workflows/windows_msix.yml b/.github/workflows/windows_msix.yml index b1edd7f..31890bb 100644 --- a/.github/workflows/windows_msix.yml +++ b/.github/workflows/windows_msix.yml @@ -39,7 +39,7 @@ jobs: - name: Build MSIX env: KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }} - run: echo y | flutter pub run msix:create --certificate-password "$env:KEY_PASSWORD" --output_path build/windows/runner/Release + run: echo y | flutter pub run msix:create --certificate-password "$env:KEY_PASSWORD" --output-path build/windows/runner/Release - name: Upload MSIX uses: actions/upload-artifact@v4 diff --git a/pubspec.yaml b/pubspec.yaml index 45f23ee..f4183d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.0+1 +version: 0.1.2+1 environment: sdk: ^3.5.0