Skip to content

Commit

Permalink
ci: ditch msix dart package
Browse files Browse the repository at this point in the history
  • Loading branch information
aeweda committed Aug 3, 2023
1 parent 8cbbb77 commit e223e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
Compress-Archive -Path '.\myWitWallet' -DestinationPath '.\myWitWallet-windows.zip' -Force
- name: Compile MSIX
run: dart run msix:create
run: msstore package

- name: Release on Microsoft Store
run: msstore publish "." -i ".\build\windows\runner\Release"
run: msstore publish -v

- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e223e44

Please sign in to comment.