Skip to content

Commit

Permalink
Replaced deprecated flutter command
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Dec 2, 2023
1 parent c3e720b commit f3f86ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: melos bootstrap

- name: Build and create the .msix installer
run: flutter pub run msix:create --store
run: dart run msix:create --store

- name: Release to GitHub
uses: ncipollo/release-action@v1
Expand All @@ -45,4 +45,4 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
tag: ${{ steps.version.outputs.content }}
commit: ${{ github.sha }}
allowUpdates: true #so if you rerun a job it will overwrite the existing files
allowUpdates: true #so if you rerun a job it will overwrite the existing files

0 comments on commit f3f86ee

Please sign in to comment.