Skip to content

Commit

Permalink
fix windows workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
h-sumiya committed Aug 24, 2024
1 parent 3245e7a commit b3a9efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_msix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3a9efd

Please sign in to comment.