Skip to content

1.0.77 πŸš€

1.0.77 πŸš€ #6

Workflow file for this run

name: Release to windows store
on:
push:
tags:
- '*'
jobs:
build:
runs-on: windows-latest
steps:
- uses: microsoft/setup-msstore-cli@v1
- name: Configure the Microsoft Store CLI
run: msstore reconfigure --tenantId ${{ secrets.MSSTORE_TENANT_ID }} --clientId ${{ secrets.MSSTORE_CLIENT_ID }} --clientSecret ${{ secrets.MSSTORE_CLIENT_SECRET }} --sellerId ${{ secrets.MSSTORE_SELLER_ID }}
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- name: Create MSIX package
run: msstore package .
- name: Publish MSIX to the Microsoft Store
run: msstore publish -v