Skip to content

Commit

Permalink
Fix reference to flutter in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonp2412 committed Jun 4, 2024
1 parent 44381d3 commit eff9deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
channel: "stable"

- name: Build Windows
run: .\flutter\bin\flutter build windows
run: flutter build windows

- name: Archive Release files
run: |
Expand Down

0 comments on commit eff9deb

Please sign in to comment.