Skip to content

Commit

Permalink
update ci for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnMagnet committed Mar 2, 2024
1 parent e398b25 commit 4d0fd2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/flutter-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ jobs:
with:
channel: "stable"
- run: flutter build windows

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: release-artifacts
path: |
build/windows/x64/runner/Release/
release-on-macos:
needs: build-and-release-on-macos
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d0fd2f

Please sign in to comment.