Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
channel: 'stable'
- name: Setup nuget
uses: NuGet/setup-nuget@v2
uses: NuGet/setup-nuget@v4
- run: flutter pub get
- run: flutter build windows --debug
- uses: actions/upload-artifact@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
with:
channel: 'stable'
- name: Setup nuget
uses: NuGet/setup-nuget@v2
uses: NuGet/setup-nuget@v4
- name: Flutter pub get
run: flutter pub get
- name: Build Windows release
Expand Down