Skip to content

Commit e0d0540

Browse files
Merge pull request #11 from TheCodeDaniel/fix/ci_issues
fix: first attempt to fix failing create_build ci
2 parents 189bafb + 4416dfd commit e0d0540

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create_build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
- name: Setup Flutter
1717
uses: subosito/flutter-action@v2
1818
with:
19-
flutter-version: "3.27.2"
19+
flutter-version: "3.27.0"
2020

2121
- name: Install dependencies
2222
run: flutter pub get
2323

2424
- name: Build macOS app
25-
run: flutter build macos --release
25+
run: flutter build macos
2626

2727
- name: Build Windows app
28-
run: flutter build windows --release
28+
run: flutter build windows
2929

3030
- name: Upload macOS build to Cloudflare R2
3131
run: |

0 commit comments

Comments
 (0)